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

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

[elpa] externals/corfu dcc2ccfa59: Fix dot chaining (Fix #196)


From: ELPA Syncer
Subject: [elpa] externals/corfu dcc2ccfa59: Fix dot chaining (Fix #196)
Date: Tue, 21 Jun 2022 16:57:25 -0400 (EDT)

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

    Fix dot chaining (Fix #196)
---
 corfu.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/corfu.el b/corfu.el
index eb2d7a82e6..1feb814015 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1193,8 +1193,7 @@ See `completion-in-region' for the arguments BEG, END, 
TABLE, PRED."
   (when corfu--auto-timer
     (cancel-timer corfu--auto-timer)
     (setq corfu--auto-timer nil))
-  (when (and (not completion-in-region-mode)
-             (not defining-kbd-macro)
+  (when (and (not defining-kbd-macro)
              (not buffer-read-only)
              (corfu--match-symbol-p corfu-auto-commands this-command)
              (corfu--popup-support-p))



reply via email to

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