Skip to content

Commit

Permalink
fix: type symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 5, 2024
1 parent 6b9baba commit c5a58c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval-mark.el
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
(defcustom eval-mark-commands-after
'( eval-buffer eval-defun eval-region)
"List of commands to handle."
:type 'list
:type '(list symbol)
:group 'eval-mark)

(defun eval-mark--deactivate-mark (&rest _) "Deactive mark." (deactivate-mark))
Expand Down

0 comments on commit c5a58c3

Please sign in to comment.