summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/lua-ts-mode-resources/which-function.lua
AgeCommit message (Collapse)Author
2024-04-25Fix which-function error in 'lua-ts-mode' (bug#70515)john muhl
* 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.