]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark treesit--things-around obsolete
authorYuan Fu <casouri@gmail.com>
Fri, 10 Nov 2023 05:19:12 +0000 (21:19 -0800)
committerYuan Fu <casouri@gmail.com>
Fri, 10 Nov 2023 05:20:26 +0000 (21:20 -0800)
* lisp/treesit.el (treesit--things-around): Mark obsolete.

lisp/treesit.el

index 962b957b80c06d0b4f0cb5a46ca4e91d9a9dff2d..45c5f313a8ed53f0d6891f0aca6b57c88301e892 100644 (file)
@@ -2359,17 +2359,7 @@ the current line if the beginning of the defun is indented."
                        (line-beginning-position))
          (beginning-of-line))))
 
-;; prev-sibling:
-;; 1. end-of-node before pos
-;; 2. highest such node
-;;
-;; next-sibling:
-;; 1. beg-of-node after pos
-;; 2. highest such node
-;;
-;; parent:
-;; 1. node covers pos
-;; 2. smallest such node
+(make-obsolete 'treesit--things-around "`treesit--things-around' will be removed in a few months, use `treesit--thing-prev', `treesit--thing-next', `treesit--thing-at' instead." "30.0.5")
 (defun treesit--things-around (pos thing)
   "Return the previous, next, and parent thing around POS.