1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

Fix misplaced interactive spec

* test/lisp/progmodes/cperl-mode-tests.el (cperl-test-bug-10483):
* test/lisp/cedet/srecode/document-tests.el
(srecode-document-function-comment-extract-test):
* test/lisp/obsolete/inversion-tests.el (inversion-unit-test):
* test/lisp/cedet/cedet-files-tests.el (cedet-files-utest): Remove
misplaced interactive spec.
(cedet-files-utest-list): Minor doc fix; improve formatting.
This commit is contained in:
Stefan Kangas 2022-06-17 10:07:47 +02:00
parent 4ce2322894
commit d4d0a09427
4 changed files with 7 additions and 14 deletions

View file

@ -35,8 +35,6 @@
"Test old comment extraction.
Dump out the extracted dictionary."
:tags '(:unstable)
(interactive)
(srecode-load-tables-for-mode major-mode)
(srecode-load-tables-for-mode major-mode 'document)