changeset 96421:877fc0162a48

Add `read-regexp'.
author Juri Linkov <juri@jurta.org>
date Sun, 29 Jun 2008 16:11:04 +0000
parents 1105c35fc424
children eeee65aef4f5
files etc/NEWS
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sun Jun 29 16:10:11 2008 +0000
+++ b/etc/NEWS	Sun Jun 29 16:11:04 2008 +0000
@@ -972,6 +972,10 @@
 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.