diff options
| -rw-r--r-- | lisp/isearch.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 77139988bb1..d138f72cf56 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -229,7 +229,6 @@ Default value, nil, means edit the string instead." | |||
| 229 | (while (< i 256) | 229 | (while (< i 256) |
| 230 | (define-key map (vector i) 'isearch-printing-char) | 230 | (define-key map (vector i) 'isearch-printing-char) |
| 231 | (setq i (1+ i))) | 231 | (setq i (1+ i))) |
| 232 | (define-key map (vector i) 'isearch-printing-char) | ||
| 233 | 232 | ||
| 234 | ;; To handle local bindings with meta char prefix keys, define | 233 | ;; To handle local bindings with meta char prefix keys, define |
| 235 | ;; another full keymap. This must be done for any other prefix | 234 | ;; another full keymap. This must be done for any other prefix |