]> git.eshelyaron.com Git - emacs.git/commit
Fix interactive forms in some Lisp packages
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 May 2023 08:29:58 +0000 (11:29 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 May 2023 08:29:58 +0000 (11:29 +0300)
commit9b66a64d9c2c7ae2b155bf209ad735383070822e
tree5aec7a981f3cba1250ca6d61158885c021def930
parentf261226d9be4630572df322b2c4f48713c9c2fce
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)
14 files changed:
lisp/calc/calc-misc.el
lisp/calc/calc-prog.el
lisp/calculator.el
lisp/emacs-lisp/backtrace.el
lisp/filesets.el
lisp/net/dictionary.el
lisp/net/ntlm.el
lisp/net/socks.el
lisp/progmodes/dcl-mode.el
lisp/progmodes/ebrowse.el
lisp/progmodes/gud.el
lisp/speedbar.el
lisp/treesit.el
lisp/woman.el