diff options
| author | Helmut Eller | 2026-02-13 09:10:16 +0100 |
|---|---|---|
| committer | Helmut Eller | 2026-02-13 09:10:16 +0100 |
| commit | 91c9e9883488d715a30877dfd7641ef4b3c62658 (patch) | |
| tree | e2c4525147e443f86baf9d0144aeadec082d7564 /lisp/replace.el | |
| parent | 9a4a54af9192a6653164364c75721ee814ffb1e8 (diff) | |
| parent | f1fe4d46190263e164ccd1e066095d46a156297f (diff) | |
| download | emacs-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.el | 3 |
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): ")) |