diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el index 194ca0b..3d48684 100644 --- a/multiple-cursors-core.el +++ b/multiple-cursors-core.el @@ -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."