]> code.delx.au - gnu-emacs/commit
* lisp/replace.el (query-replace-read-from): Use `read-regexp' instead
authorJuri Linkov <juri@jurta.org>
Thu, 20 Sep 2012 21:57:13 +0000 (00:57 +0300)
committerJuri Linkov <juri@jurta.org>
Thu, 20 Sep 2012 21:57:13 +0000 (00:57 +0300)
commiteb2deaffd17e760b3ec945c58d43080e8a44767a
tree76bf1cbd8109f7975159bcec98bdaad2191a4547
parent5825610b41a7cf18f52c3d891ffb8c2a8359b1a0
* 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
etc/NEWS
lisp/ChangeLog
lisp/dired.el
lisp/isearch.el
lisp/progmodes/grep.el
lisp/replace.el