mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
* lisp/replace.el (read-regexp): Use minibuffer-message in the minibuffer.
This commit is contained in:
parent
d8f9cf7772
commit
175bc8e5a5
1 changed files with 5 additions and 4 deletions
|
|
@ -968,10 +968,11 @@ respect this or not; see `read-regexp-case-fold-search'.)"
|
|||
'inhibit-fold))))
|
||||
'inhibit-fold
|
||||
'fold))
|
||||
(message "Case folding is now %s"
|
||||
(if (eq case-fold 'fold)
|
||||
"on"
|
||||
"off"))))
|
||||
(minibuffer-message
|
||||
"Case folding is now %s"
|
||||
(if (eq case-fold 'fold)
|
||||
"on"
|
||||
"off"))))
|
||||
nil (or history 'regexp-history) suggestions t))
|
||||
(result (if (equal input "")
|
||||
;; Return the default value when the user enters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue