Mercurial > emacs
changeset 58882:47fe933a4eb4
Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 10 Dec 2004 23:29:35 +0000 |
parents | e877f5ef9626 |
children | eb1bd3031b13 |
files | lisp/isearch.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/isearch.el Fri Dec 10 16:40:44 2004 +0000 +++ b/lisp/isearch.el Fri Dec 10 23:29:35 2004 +0000 @@ -229,7 +229,6 @@ (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