diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-10-10 11:00:35 +0200 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-10-10 11:00:35 +0200 |
commit | f7e7ff4fb16bf8fc8e7662f21cd9843e9eb648e8 (patch) | |
tree | 8757f25ff7948b6b045bd60f5adf6ebf91ed75ee /lisp/replace.el | |
parent | 138990bbda7ab228e3fde44710426c474b2c1086 (diff) | |
parent | 5824c209ba17b97978519ea62478c57010311e88 (diff) | |
download | emacs-f7e7ff4fb16bf8fc8e7662f21cd9843e9eb648e8.tar.gz emacs-f7e7ff4fb16bf8fc8e7662f21cd9843e9eb648e8.tar.bz2 emacs-f7e7ff4fb16bf8fc8e7662f21cd9843e9eb648e8.zip |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 2d17ec9097c..e363924501f 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -1576,7 +1576,8 @@ is not modified." (concat "Next buffer to search " (cond - ((eq read-buffer-function #'ido-read-buffer) + ((or (eq read-buffer-function #'ido-read-buffer) + (bound-and-true-p ido-everywhere)) (substitute-command-keys "(\\<ido-completion-map>\\[ido-select-text] to end): ")) ((bound-and-true-p fido-mode) |