branch: elpa/multiple-cursors
commit 66ceb0b0d4faadeeea13b6a7d5e6246ee1949029
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>

    Revert cursor specific pre- & post-command-hooks
    
     - makes for problems with global post-command-hooks
     - doesn't really solve the problem they set out to do
---
 multiple-cursors-core.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index 9b77e7e..efb1ba1 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -125,8 +125,6 @@ highlights the entire width of the window."
     overlay))
 
 (defvar mc/cursor-specific-vars '(transient-mark-mode
-                                  pre-command-hook
-                                  post-command-hook
                                   kill-ring
                                   kill-ring-yank-pointer
                                   mark-ring

Reply via email to