From 7512b9025a152ea953918e1c0748b695b742b4b6 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Tue, 27 Dec 2022 15:08:07 -0800 Subject: [PATCH] ; * 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. --- lisp/treesit.el | 2 -- 1 file changed, 2 deletions(-) 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." -- 2.39.2