]> git.eshelyaron.com Git - emacs.git/commit
Remove unused functions in c-ts-mode
authorYuan Fu <casouri@gmail.com>
Mon, 2 Dec 2024 00:19:01 +0000 (16:19 -0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Dec 2024 17:04:42 +0000 (18:04 +0100)
commit29611812b6c0f3db97af26e3cc55d67d6e368421
tree66117074852d727eb8b343fadbf58273c40ef9bf
parent6c443aa80b71a63a20758f59a9d9718412e52782
Remove unused functions in c-ts-mode

Remove functions that became unused due to the previous change.

* lisp/progmodes/c-ts-mode.el:
(c-ts-mode--standalone-grandparent):
(c-ts-mode--else-heuristic):
(c-ts-mode--first-sibling):
(c-ts-mode--parent-is-not-top-compound):
(c-ts-mode--indent-styles):
(c-ts-mode--top-level-label-matcher): Remove functions.
(c-ts-mode--simple-indent-rules): Move two label rules into
c-ts-mode--label-indent-rules.
(c-ts-mode--label-indent-rules): Add rules

(cherry picked from commit 994258f55675baa8473e6cff9aab7ecb31338580)
lisp/progmodes/c-ts-mode.el