From 9968ab4c223e1f65ab6984543cb63d3c9d62860e Mon Sep 17 00:00:00 2001 From: nverno Date: Sat, 21 Oct 2023 19:54:10 -0700 Subject: [PATCH] Fix treesit-install-language-grammar recipe addition --- lisp/treesit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/treesit.el b/lisp/treesit.el index 80bdf164b07..8100e418303 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -3354,7 +3354,7 @@ treesit-install-language-grammar " "))) ;; If success, Save the recipe for the current session. (setf (alist-get lang treesit-language-source-alist) - recipe)))) + (cdr recipe))))) (error (display-warning 'treesit -- 2.34.1