aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorHelmut Eller2026-02-13 09:10:16 +0100
committerHelmut Eller2026-02-13 09:10:16 +0100
commit91c9e9883488d715a30877dfd7641ef4b3c62658 (patch)
treee2c4525147e443f86baf9d0144aeadec082d7564 /lisp/replace.el
parent9a4a54af9192a6653164364c75721ee814ffb1e8 (diff)
parentf1fe4d46190263e164ccd1e066095d46a156297f (diff)
downloademacs-feature/igc.tar.gz
emacs-feature/igc.zip
Merge branch 'master' into feature/igcfeature/igc
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index d8b27544128..933249d824c 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -1878,9 +1878,6 @@ is not modified."
1878 (bound-and-true-p ido-everywhere)) 1878 (bound-and-true-p ido-everywhere))
1879 (substitute-command-keys 1879 (substitute-command-keys
1880 "(\\<ido-completion-map>\\[ido-select-text] to end): ")) 1880 "(\\<ido-completion-map>\\[ido-select-text] to end): "))
1881 ((bound-and-true-p icomplete-mode)
1882 (substitute-command-keys
1883 "(\\<icomplete-minibuffer-map>\\[icomplete-exit] to end): "))
1884 ((bound-and-true-p fido-mode) 1881 ((bound-and-true-p fido-mode)
1885 (substitute-command-keys 1882 (substitute-command-keys
1886 "(\\<icomplete-fido-mode-map>\\[icomplete-fido-exit] to end): ")) 1883 "(\\<icomplete-fido-mode-map>\\[icomplete-fido-exit] to end): "))