/[emacs]/emacs/lisp/isearch.el
ViewVC logotype

Diff of /emacs/lisp/isearch.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.246 by rms, Fri Dec 10 01:52:25 2004 UTC revision 1.247 by rms, Fri Dec 10 23:29:35 2004 UTC
# Line 229  Default value, nil, means edit the strin Line 229  Default value, nil, means edit the strin
229      (while (< i 256)      (while (< i 256)
230        (define-key map (vector i) 'isearch-printing-char)        (define-key map (vector i) 'isearch-printing-char)
231        (setq i (1+ i)))        (setq i (1+ i)))
       (define-key map (vector i) 'isearch-printing-char)  
232    
233      ;; To handle local bindings with meta char prefix keys, define      ;; To handle local bindings with meta char prefix keys, define
234      ;; another full keymap.  This must be done for any other prefix      ;; another full keymap.  This must be done for any other prefix

Legend:
Removed from v.1.246  
changed lines
  Added in v.1.247

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26