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

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

[elpa] externals/consult 96f1ed2: Indentation fixes


From: ELPA Syncer
Subject: [elpa] externals/consult 96f1ed2: Indentation fixes
Date: Wed, 14 Jul 2021 17:57:06 -0400 (EDT)

branch: externals/consult
commit 96f1ed254d01366b50b86c275c2d04b0d6e290e2
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Indentation fixes
---
 consult.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/consult.el b/consult.el
index 321041d..4c83f56 100644
--- a/consult.el
+++ b/consult.el
@@ -2942,12 +2942,12 @@ From these files, the commands are extracted."
                            (if (bound-and-true-p 
read-extended-command-predicate)
                                (funcall read-extended-command-predicate sym 
buffer)
                              t))
-                (let ((name (symbol-name sym)))
-                  (unless (string-match-p command-filter name)
-                    (push (propertize name
-                                      'consult--candidate sym
-                                      'consult--type key)
-                          commands))))))))))))
+                  (let ((name (symbol-name sym)))
+                    (unless (string-match-p command-filter name)
+                      (push (propertize name
+                                        'consult--candidate sym
+                                        'consult--type key)
+                            commands))))))))))))
 
 ;;;###autoload
 (defun consult-mode-command (&rest modes)



reply via email to

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