emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 72a81e2022: ; * lisp/treesit.el (treesit-simple-indent-presets)


From: Yuan Fu
Subject: emacs-29 72a81e2022: ; * lisp/treesit.el (treesit-simple-indent-presets): Fix typo.
Date: Sat, 31 Dec 2022 20:11:38 -0500 (EST)

branch: emacs-29
commit 72a81e20226d2d0745fd2efdbbc80fdfe92b7cde
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; * lisp/treesit.el (treesit-simple-indent-presets): Fix typo.
    
    Well it's sort of a typo :-)
---
 lisp/treesit.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/treesit.el b/lisp/treesit.el
index 77715798e1..e7bd12d362 100644
--- a/lisp/treesit.el
+++ b/lisp/treesit.el
@@ -1177,7 +1177,6 @@ See `treesit-simple-indent-presets'.")
                                          fns)))))
         (cons 'not (lambda (fn)
                      (lambda (node parent bol &rest _)
-                       (debug)
                        (not (funcall fn node parent bol)))))
         (cons 'list (lambda (&rest fns)
                       (lambda (node parent bol &rest _)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]