]> git.eshelyaron.com Git - emacs.git/commitdiff
Add `read-regexp'.
authorJuri Linkov <juri@jurta.org>
Sun, 29 Jun 2008 16:11:04 +0000 (16:11 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 29 Jun 2008 16:11:04 +0000 (16:11 +0000)
etc/NEWS

index 40cb6cee33b44040c9725cfd097698246a15bbed..c8b49431480ff2d0bd3ab8b243c158512f9eb684 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.