summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2021-01-13 20:32:36 +0200
committerJuri Linkov <juri@linkov.net>2021-01-13 20:32:36 +0200
commit488204cdc64b6a130042ecc64d59c4538287b81d (patch)
tree55c2fc0b1cf6343f9462a0b811b35ead63fead34
parent55bc1560ac804a2faa497707ae9b1364cc5c8592 (diff)
downloademacs-488204cdc64b6a130042ecc64d59c4538287b81d.tar.gz
Remove one of recently added warnings abound binding keys in Isearch maps
* lisp/isearch.el (minibuffer-local-isearch-map): Remove comments which warn against wantonly rebinding unbound keys from irrelevant keymap. https://lists.gnu.org/archive/html/emacs-devel/2021-01/msg00259.html
-rw-r--r--lisp/isearch.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index cbe72efb801..8320847893e 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -823,10 +823,6 @@ This is like `describe-bindings', but displays only Isearch keys."
:image '(isearch-tool-bar-image "left-arrow")))
map))
-;; Note: Before adding more key bindings to this map, please keep in
-;; mind that any unbound key exits Isearch and runs the command bound
-;; to it in the local or global map. So in effect every key unbound
-;; in this map is implicitly bound.
(defvar minibuffer-local-isearch-map
(let ((map (make-sparse-keymap)))
(set-keymap-parent map minibuffer-local-map)