projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e93457
)
Add NEWS note about interactive-args
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 8 Aug 2022 14:07:23 +0000
(16:07 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 8 Aug 2022 14:07:23 +0000
(16:07 +0200)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index ea26c5e6babb00a721a69c10f537445858310af9..733ab673e487203cc5d351afe2ea0f604d7d1d6a 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-2535,6
+2535,11
@@
patcomp.el, pc-mode.el, pc-select.el, s-region.el, and sregex.el.
\f
* 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.