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

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

[elpa] externals/corfu 46d8a48 1/3: Fix indentation


From: ELPA Syncer
Subject: [elpa] externals/corfu 46d8a48 1/3: Fix indentation
Date: Sat, 26 Jun 2021 04:57:07 -0400 (EDT)

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

    Fix indentation
---
 corfu.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/corfu.el b/corfu.el
index f35c0ee..a39b716 100644
--- a/corfu.el
+++ b/corfu.el
@@ -510,7 +510,7 @@ filter string with spaces is allowed."
       nil)
      ((and corfu--candidates                          ;; 2) There exist 
candidates
            (not (equal corfu--candidates (list str))) ;; &  Not a sole exactly 
matching candidate
-           (or (/= beg end) (corfu--continue-p)))     ;; &  Input is non-empty 
or keep-alive command
+           (or (/= beg end) (corfu--continue-p)))     ;; &  Input is non-empty 
or continue command
       (corfu--show-candidates beg end str metadata)   ;; => Show candidates 
popup
       t)
      ;; 3) When after `completion-at-point/corfu-complete', no further 
completion is possible and the
@@ -718,8 +718,8 @@ filter string with spaces is allowed."
            (or (and corfu-quit-at-boundary
                     completion-in-region-mode-predicate)
                (lambda () t))))
-          (prog1 (apply #'completion--in-region args)
-            (corfu--setup)))))
+      (prog1 (apply #'completion--in-region args)
+        (corfu--setup)))))
 
 ;;;###autoload
 (define-minor-mode corfu-mode



reply via email to

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