diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-12-10 23:29:35 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-12-10 23:29:35 +0000 |
commit | 4d524321ecd59d8dd67d5946f36c9da06d6c8208 (patch) | |
tree | 2315bdd509bc478062ad9d381ed40ec8e7081e5a /lisp/isearch.el | |
parent | 00daa381bc928c38f36a0ac98dc04749bafbe7ea (diff) | |
download | emacs-4d524321ecd59d8dd67d5946f36c9da06d6c8208.tar.gz |
Fix previous change.
Diffstat (limited to 'lisp/isearch.el')
-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." (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 |