Fix previous change.
This commit is contained in:
parent
00daa381bc
commit
4d524321ec
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue