From: Yuan Fu Date: Tue, 27 Dec 2022 23:08:07 +0000 (-0800) Subject: ; * lisp/treesit.el (treesit-traverse-parent): Remove alias. X-Git-Tag: emacs-29.0.90~958 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7512b9025a152ea953918e1c0748b695b742b4b6;p=emacs.git ; * lisp/treesit.el (treesit-traverse-parent): Remove alias. It was added with treesit-traverse-xxx functions, since now they are gone, this alias doesn't make sense by itself anymore. --- diff --git a/lisp/treesit.el b/lisp/treesit.el index 675ecd85b08..fd61cbb8600 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -322,8 +322,6 @@ takes one argument, the parent node." node (treesit-node-parent node))) last)) -(defalias 'treesit-traverse-parent #'treesit-parent-until) - (defun treesit-node-children (node &optional named) "Return a list of NODE's children. If NAMED is non-nil, collect named child only."