1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00
emacs/doc
Lars Ingebrigtsen ffc81ebc4b Allow specifying how args are to be stored in `command-history'
* doc/lispref/functions.texi (Declare Form): Document
`interactive-args'
* lisp/replace.el (replace-string): Store the correct interactive
arguments (bug#45607).

* lisp/emacs-lisp/byte-run.el (byte-run--set-interactive-args):
New function.
(defun-declarations-alist): Use it.

* src/callint.c (fix_command): Remove the old hack (which now
longer works since interactive specs are byte-compiled) and
instead rely on `interactive-args'.
2022-08-08 15:53:41 +02:00
..
emacs Merge from origin/emacs-28 2022-08-07 12:57:53 +02:00
lispintro Change current-time back to list form 2022-04-28 12:54:06 -07:00
lispref Allow specifying how args are to be stored in `command-history' 2022-08-08 15:53:41 +02:00
man Merge from origin/emacs-28 2022-06-13 06:55:57 +02:00
misc ; Fix typos 2022-08-08 14:23:29 +02:00