From: Richard M. Stallman Date: Fri, 10 Dec 2004 23:29:35 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~3339 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d524321ecd59d8dd67d5946f36c9da06d6c8208;p=emacs.git Fix previous change. --- 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