mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Add autoload to activate-cursor-for-undo
This solves an issue where packages are loaded mid undo-session with undo-fu
This commit is contained in:
parent
16223efc2d
commit
6956e8e12e
@ -368,6 +368,7 @@ caches will be reset by mc--reset-read-prompts."
|
||||
(defvar mc--stored-state-for-undo nil
|
||||
"Variable to keep the state of the real cursor while undoing a fake one")
|
||||
|
||||
;;;###autoload
|
||||
(defun activate-cursor-for-undo (id)
|
||||
"Called when undoing to temporarily activate the fake cursor
|
||||
which action is being undone."
|
||||
|
Loading…
x
Reference in New Issue
Block a user