From: Lars Ingebrigtsen Date: Mon, 8 Aug 2022 14:07:23 +0000 (+0200) Subject: Add NEWS note about interactive-args X-Git-Tag: emacs-29.0.90~1447^2~311 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27599d8df838569e223bc8be4fb7c40cd75c1847;p=emacs.git Add NEWS note about interactive-args --- diff --git a/etc/NEWS b/etc/NEWS index ea26c5e6bab..733ab673e48 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2535,6 +2535,11 @@ patcomp.el, pc-mode.el, pc-select.el, s-region.el, and sregex.el. * Lisp Changes in Emacs 29.1 ++++ +** New 'declare' form 'interactive-args'. +This can be used to specify what forms to put into 'command-history' +when executing commands interactively. + ** The FORM arg of 'time-convert' is mandatory. 'time-convert' can still be called without it, as before, but the compiler now emits a warning about this deprecated usage.