From 4d524321ecd59d8dd67d5946f36c9da06d6c8208 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 10 Dec 2004 23:29:35 +0000 Subject: [PATCH] Fix previous change. --- lisp/isearch.el | 1 - 1 file changed, 1 deletion(-) 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