Skip to content

Commit

Permalink
evl compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 5, 2024
1 parent 4ead46a commit 23c7758
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eval-mark.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Shen, Jen-Chieh <jcs090218@gmail.com>
;; URL: https://github.com/jcs-elpa/eval-mark
;; Version: 0.1.0
;; Package-Requires: ((emacs "26.1"))
;; Package-Requires: ((emacs "26.1") (msgu "0.1.0"))
;; Keywords: lisp

;; This file is not part of GNU Emacs.
Expand All @@ -31,6 +31,8 @@

;;; Code:

(eval-when-compile (require 'msgu))

(defgroup eval-mark nil
"Evaluate then deactive mark."
:prefix "eval-mark-"
Expand Down

0 comments on commit 23c7758

Please sign in to comment.