From: Juri Linkov Date: Sun, 29 Jun 2008 16:11:04 +0000 (+0000) Subject: Add `read-regexp'. X-Git-Tag: emacs-pretest-23.0.90~4400 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90993beb6ee86838a30462e24154df9daadb93e3;p=emacs.git Add `read-regexp'. --- diff --git a/etc/NEWS b/etc/NEWS index 40cb6cee33b..c8b49431480 100644 --- 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.