emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/isearch.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el
Date: Thu, 09 Dec 2004 21:04:43 -0500

Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.245 emacs/lisp/isearch.el:1.246
*** emacs/lisp/isearch.el:1.245 Wed Dec  8 01:38:05 2004
--- emacs/lisp/isearch.el       Fri Dec 10 01:52:25 2004
***************
*** 229,234 ****
--- 229,235 ----
      (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
***************
*** 262,267 ****
--- 263,269 ----
      (define-key map "\r" 'isearch-exit)
      (define-key map "\C-j" 'isearch-printing-char)
      (define-key map "\t" 'isearch-printing-char)
+     (define-key map [?\S-\ ] 'isearch-printing-char)
  
      (define-key map    "\C-w" 'isearch-yank-word-or-char)
      (define-key map "\M-\C-w" 'isearch-del-char)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]