branch: externals/consult
commit ecdefab0d4bfd72b010aecd90b12883c4b10b57d
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Remove comment
---
 consult.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/consult.el b/consult.el
index ab17283..878436f 100644
--- a/consult.el
+++ b/consult.el
@@ -518,7 +518,6 @@ Size of private unicode plane b.")
 (defmacro consult-customize (&rest args)
   "Set properties of commands or sources.
 ARGS is a list of commands or sources followed by the list of keyword-value 
pairs."
-  ;;(declare (indent 2))
   (let ((setter))
     (while args
       (let ((cmds (seq-take-while (lambda (x) (not (keywordp x))) args)))

Reply via email to