]> git.eshelyaron.com Git - emacs.git/commit
Fix which-function error in 'lua-ts-mode' (bug#70515)
authorjohn muhl <jm@pub.pink>
Sun, 21 Apr 2024 02:19:27 +0000 (21:19 -0500)
committerEshel Yaron <me@eshelyaron.com>
Thu, 25 Apr 2024 16:46:56 +0000 (18:46 +0200)
commit496e32e8880633eefcaca9d621c8a5c711dfc36f
tree895068cfbf7cca3ab7b5a83a18457c3b1000c282
parentd570fd111f3c7c538359a12b3fe009e8b07edbd9
Fix which-function error in 'lua-ts-mode' (bug#70515)

* lisp/progmodes/lua-ts-mode.el (lua-ts-mode): Remove incorrect
usage of 'which-func-functions'.
* test/lisp/progmodes/lua-ts-mode-tests.el
(lua-ts-test-which-function): Add test.
* test/lisp/progmodes/lua-ts-mode-resources/which-function.lua:
New file.

(cherry picked from commit c493f28cc948ac4aef9c262345a608b3c7d413a4)
lisp/progmodes/lua-ts-mode.el
test/lisp/progmodes/lua-ts-mode-resources/which-function.lua [new file with mode: 0644]
test/lisp/progmodes/lua-ts-mode-tests.el