Add undo to list of known run-only-once commands.

This commit is contained in:
Magnar Sveen 2012-07-02 07:24:09 +02:00
parent c2bb81f74e
commit efd79f3258

View File

@ -178,7 +178,10 @@ from being executed if in multiple-cursors-mode."
;; Commands to run only once (not yet in use) ;; Commands to run only once (not yet in use)
(setq mc--cmds-run-once '(mark-next-like-this (setq mc--cmds-run-once '(mark-next-like-this
save-buffer)) save-buffer
undo
undo-tree-undo
undo-tree-redo))
;; Commands that should be mirrored by all cursors ;; Commands that should be mirrored by all cursors
(setq mc--cmds '(mc/keyboard-quit (setq mc--cmds '(mc/keyboard-quit