diff --git a/lisp/treesit.el b/lisp/treesit.el index fa375282d7c..18a6131b71d 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -2955,7 +2955,7 @@ executable programs, such as the C/C++ compiler and linker." " "))) ;; If success, Save the recipe for the current session. (setf (alist-get lang treesit-language-source-alist) - recipe)))) + (cdr recipe))))) (error (display-warning 'treesit