aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2012-09-21 00:57:13 +0300
committerJuri Linkov2012-09-21 00:57:13 +0300
commiteb2deaffd17e760b3ec945c58d43080e8a44767a (patch)
tree76bf1cbd8109f7975159bcec98bdaad2191a4547 /etc
parent5825610b41a7cf18f52c3d891ffb8c2a8359b1a0 (diff)
downloademacs-eb2deaffd17e760b3ec945c58d43080e8a44767a.tar.gz
emacs-eb2deaffd17e760b3ec945c58d43080e8a44767a.zip
* lisp/replace.el (query-replace-read-from): Use `read-regexp' instead
of `read-from-minibuffer' when `regexp-flag' is non-nil. (occur-read-primary-args): Use `read-regexp' instead of `read-string'. (multi-occur-in-matching-buffers): Use `read-regexp' instead of `read-from-minibuffer'. * lisp/isearch.el (isearch-occur): Use `read-regexp' instead of `read-string'. * lisp/dired.el (dired-read-regexp): Use `read-regexp' instead of `read-from-minibuffer'. * lisp/progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead of `read-string'. Fixes: debbugs:7567
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3b4b06341c5..ccd8a6fe35b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -750,6 +750,14 @@ in Emacs 24.1:
750**** `special-display-function' 750**** `special-display-function'
751**** `display-buffer-function' 751**** `display-buffer-function'
752 752
753** Minibuffer
754
755*** `read-regexp' has a new argument HISTORY; the first argument PROMPT
756of `read-regexp' accepts a string ending with a colon and space, and its
757second argument DEFAULTS can be a list of strings accessible via M-n
758in the minibuffer ahead of other hard-coded useful regexp-related values.
759More commands use `read-regexp' now to read their regexp arguments.
760
753** Completion 761** Completion
754 762
755*** New function `completion-table-with-quoting' to handle completion 763*** New function `completion-table-with-quoting' to handle completion