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
This commit is contained in:
parent
55bc1560ac
commit
488204cdc6
1 changed files with 0 additions and 4 deletions
|
@ -823,10 +823,6 @@ This is like `describe-bindings', but displays only Isearch keys."
|
||||||
:image '(isearch-tool-bar-image "left-arrow")))
|
:image '(isearch-tool-bar-image "left-arrow")))
|
||||||
map))
|
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
|
(defvar minibuffer-local-isearch-map
|
||||||
(let ((map (make-sparse-keymap)))
|
(let ((map (make-sparse-keymap)))
|
||||||
(set-keymap-parent map minibuffer-local-map)
|
(set-keymap-parent map minibuffer-local-map)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue