summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-12-14 16:44:00 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2020-12-14 16:44:00 +0100
commit252366866b5691965c8c752aa103ab157a6f3aaa (patch)
treeb7a11dcc5f21fc0603186ae7ef5f1d81477100e9 /etc
parentf6454ad6cd0dba9ab7ebff9b2959c05a607442ed (diff)
downloademacs-252366866b5691965c8c752aa103ab157a6f3aaa.tar.gz
Add a new recursively bound `current-minibuffer-command' variable
* doc/lispref/commands.texi (Command Loop Info): Document it (bug#45177). * src/callint.c (Fcall_interactively): Bind it. * src/keyboard.c (syms_of_keyboard): Define current-minibuffer-command.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 635da2d84ab..a5e2c9cf26a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1438,6 +1438,12 @@ that makes it a valid button.
** Miscellaneous
+++
+
+*** New variable 'current-minibuffer-command'.
+This is like 'this-command', but is bound recursively when entering
+the minibuffer.
+
++++
*** New function 'object-intervals'.
This function returns a copy of the list of intervals (i.e., text
properties) in the object in question (which must either be a string