From: Yuan Fu Date: Tue, 10 Jun 2025 05:34:11 +0000 (-0700) Subject: ; Create a new section for sexp functions in treesit.el. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=25a7f2e0ba9b1cc74dc199ec579b668a48d974f1;p=emacs.git ; Create a new section for sexp functions in treesit.el. (cherry picked from commit 5390593c42d46942cd4016bf11653db96246986d) --- diff --git a/lisp/treesit.el b/lisp/treesit.el index 5d16433c0e5..a757c0759a2 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -2962,6 +2962,8 @@ BACKWARD and ALL are the same as in `treesit-search-forward'." (goto-char current-pos))) node)) +;;; Sexp functions + (make-obsolete 'treesit-sexp-type-regexp "`treesit-sexp-type-regexp' will be removed soon, use `treesit-thing-settings' instead." "30.1")