diff options
| author | Richard M. Stallman | 2004-12-10 23:29:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-10 23:29:35 +0000 |
| commit | 4d524321ecd59d8dd67d5946f36c9da06d6c8208 (patch) | |
| tree | 2315bdd509bc478062ad9d381ed40ec8e7081e5a | |
| parent | 00daa381bc928c38f36a0ac98dc04749bafbe7ea (diff) | |
| download | emacs-4d524321ecd59d8dd67d5946f36c9da06d6c8208.tar.gz emacs-4d524321ecd59d8dd67d5946f36c9da06d6c8208.zip | |
Fix previous change.
| -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 |