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

    Use hashed symbol
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index 2d7fab3880..3aaf643215 100644
--- a/consult.el
+++ b/consult.el
@@ -1365,7 +1365,7 @@ FACE is the cursor face."
   "Define state function for TYPE."
   `(defun ,(intern (format "consult--%s-state" type)) ()
      (consult--state-with-return (,(intern (format "consult--%s-preview" 
type)))
-                                 ',(intern (format "consult--%s-action" 
type)))))
+                                 #',(intern (format "consult--%s-action" 
type)))))
 
 (defun consult--preview-key-normalize (preview-key)
   "Normalize PREVIEW-KEY, return alist of keys and debounce times."

Reply via email to