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

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

[elpa] externals/corfu eeaec807cc: Do not mess with undo boundaries (Fix


From: ELPA Syncer
Subject: [elpa] externals/corfu eeaec807cc: Do not mess with undo boundaries (Fix #309)
Date: Sun, 26 Mar 2023 20:57:58 -0400 (EDT)

branch: externals/corfu
commit eeaec807ccc2d97531551ab0e038c291059a67df
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Do not mess with undo boundaries (Fix #309)
---
 corfu.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 544148afec..f2ac6ae1c5 100644
--- a/corfu.el
+++ b/corfu.el
@@ -782,7 +782,6 @@ FRAME is the existing frame."
   "Setup Corfu completion state."
   (setq corfu--extra completion-extra-properties)
   (completion-in-region-mode 1)
-  (undo-boundary) ;; Necessary to support `corfu-reset'
   (activate-change-group (setq corfu--change-group (prepare-change-group)))
   (setcdr (assq #'completion-in-region-mode minor-mode-overriding-map-alist) 
corfu-map)
   (add-hook 'pre-command-hook #'corfu--prepare nil 'local)



reply via email to

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