1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00

Add `read-regexp'.

This commit is contained in:
Juri Linkov 2008-06-29 16:11:04 +00:00
parent 96f606c5e6
commit 90993beb6e

View File

@ -972,6 +972,10 @@ functions `read-from-minibuffer', `read-string', `read-command',
are available for inserting into the minibuffer by typing `M-n'.
For empty input these functions return the first element of this list.
*** New function `read-regexp' uses the regexp history and some useful
regexp defaults (string at point, last isearch/replacement regexp/string)
via M-n when reading a regexp in the minibuffer.
*** minibuffer-local-must-match-filename-map is now named
minibuffer-local-filename-must-match-map.