mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix interactive forms in some Lisp packages
* lisp/woman.el (woman-reset-emulation): * lisp/treesit.el (treesit--explorer-jump): * lisp/speedbar.el (speedbar-toggle-etags): * lisp/filesets.el (filesets-convert-patterns): * lisp/calculator.el (calculator-saved-move): * lisp/progmodes/gud.el (gud-basic-call): * lisp/progmodes/ebrowse.el (ebrowse-redraw-marks) (ebrowse-view-file-other-frame): * lisp/progmodes/dcl-mode.el (dcl-indent-to): * lisp/net/socks.el (socks-open-connection): * lisp/net/ntlm.el (ntlm-build-auth-request): * lisp/emacs-lisp/backtrace.el (backtrace-expand-ellipsis): * lisp/calc/calc-prog.el (calc-edit-macro-finish-edit): * lisp/calc/calc-misc.el (calc-info-goto-node): * lisp/net/dictionary.el (dictionary-new-search) (dictionary-definition, dictionary-switch-tooltip-mode): Fix interactive functions where the 'interactive' form did not supply the mandatory arguments. (Bug#62864)
This commit is contained in:
parent
f261226d9b
commit
9b66a64d9c
14 changed files with 9 additions and 21 deletions
|
|
@ -2753,7 +2753,6 @@ in the region."
|
|||
|
||||
(defun treesit--explorer-jump (button)
|
||||
"Mark the original text corresponding to BUTTON."
|
||||
(interactive)
|
||||
(when (and (derived-mode-p 'treesit--explorer-tree-mode)
|
||||
(buffer-live-p treesit--explorer-source-buffer))
|
||||
(with-current-buffer treesit--explorer-source-buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue