emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/multiple-cursors 66ceb0b 246/434: Revert cursor specific p


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 66ceb0b 246/434: Revert cursor specific pre- & post-command-hooks
Date: Sat, 7 Aug 2021 09:20:35 -0400 (EDT)

branch: elpa/multiple-cursors
commit 66ceb0b0d4faadeeea13b6a7d5e6246ee1949029
Author: Magnar Sveen <magnars@gmail.com>
Commit: Magnar Sveen <magnars@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]