mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
Fix previous change.
This commit is contained in:
parent
00daa381bc
commit
4d524321ec
@ -229,7 +229,6 @@ Default value, nil, means edit the string instead."
|
||||
(while (< i 256)
|
||||
(define-key map (vector i) 'isearch-printing-char)
|
||||
(setq i (1+ i)))
|
||||
(define-key map (vector i) 'isearch-printing-char)
|
||||
|
||||
;; To handle local bindings with meta char prefix keys, define
|
||||
;; another full keymap. This must be done for any other prefix
|
||||
|
Loading…
Reference in New Issue
Block a user