1
Fork 0
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:
Juri Linkov 2022-06-14 19:35:02 +03:00
parent d8f9cf7772
commit 175bc8e5a5

View file

@ -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