# HG changeset patch # User Richard M. Stallman # Date 1102721375 0 # Node ID 47fe933a4eb460f22fceaa045a28f81bf8a6953c # Parent e877f5ef96268b9c00a5d6f7fb7e3845596c6193 Fix previous change. diff -r e877f5ef9626 -r 47fe933a4eb4 lisp/isearch.el --- 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