]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove one of recently added warnings abound binding keys in Isearch maps
authorJuri Linkov <juri@linkov.net>
Wed, 13 Jan 2021 18:32:36 +0000 (20:32 +0200)
committerJuri Linkov <juri@linkov.net>
Wed, 13 Jan 2021 18:32:36 +0000 (20:32 +0200)
* 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

lisp/isearch.el

index cbe72efb801549c720b5af6bb5db257b80166c74..8320847893e2db8f80ee11922f8d082276f205c2 100644 (file)
@@ -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)