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

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

[elpa] externals/polymode 4b7c240421 1/2: Move char-property-alias-alist


From: ELPA Syncer
Subject: [elpa] externals/polymode 4b7c240421 1/2: Move char-property-alias-alist from old buffer
Date: Fri, 17 Mar 2023 08:59:45 -0400 (EDT)

branch: externals/polymode
commit 4b7c240421302b099a9a5c81e738fde5fdbddef5
Author: (kar kadr) <hongqiantan@pku.edu.cn>
Commit: Vitalie Spinu <spinuvit@gmail.com>

    Move char-property-alias-alist from old buffer
---
 polymode-core.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/polymode-core.el b/polymode-core.el
index 602809f1a9..df79188ca0 100644
--- a/polymode-core.el
+++ b/polymode-core.el
@@ -1002,7 +1002,8 @@ Parents' hooks are run first."
     ;; multiple-cursors stores here a command in a pre-command-hook
     ;; and executes it for all cursors in a post-command-hook so we
     ;; need to transfer in case the buffer was switched.
-    mc--this-command)
+    mc--this-command
+    char-property-alias-alist)
   "Variables transferred from old buffer to new buffer on buffer switch.")
 
 (defvar polymode-move-these-minor-modes-from-base-buffer nil



reply via email to

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