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

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

[nongnu] elpa/meow 3247b9d4f2: do not cancel selection when entering bea


From: ELPA Syncer
Subject: [nongnu] elpa/meow 3247b9d4f2: do not cancel selection when entering beacon mode
Date: Sun, 17 Dec 2023 19:00:06 -0500 (EST)

branch: elpa/meow
commit 3247b9d4f2b46bcf8d216857a59d67dd416dcdb9
Author: eshrh <esrh@gatech.edu>
Commit: eshrh <esrh@gatech.edu>

    do not cancel selection when entering beacon mode
    
    fixes #373.
---
 meow-core.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meow-core.el b/meow-core.el
index 957064cac0..a4a862e72e 100644
--- a/meow-core.el
+++ b/meow-core.el
@@ -87,7 +87,6 @@
       (progn
         (setq meow--beacon-backup-hl-line (bound-and-true-p hl-line-mode)
               meow--beacon-defining-kbd-macro nil)
-        (meow--cancel-selection)
         (hl-line-mode -1))
     (when meow--beacon-backup-hl-line
       (hl-line-mode 1))))



reply via email to

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