branch: externals/consult commit 291bc95dcc491f78ac9001178f5a341f41e96949 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Add missing unquote --- consult.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult.el b/consult.el index 4a9a5c7087..fb46524fc4 100644 --- a/consult.el +++ b/consult.el @@ -4962,7 +4962,7 @@ account.") :face consult-buffer :history buffer-name-history :state ,#'consult--buffer-state - :enabled (lambda () (not (eq consult-buffer-list-function #'buffer-list))) + :enabled ,(lambda () (not (eq consult-buffer-list-function #'buffer-list))) :items ,(lambda () (let ((local (consult--string-hash (consult--buffer-query))))