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: Sun, 06 Jun 2004 09:58:53 -0400

Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.227 emacs/lisp/isearch.el:1.228
*** emacs/lisp/isearch.el:1.227 Thu Apr 29 15:28:55 2004
--- emacs/lisp/isearch.el       Sun Jun  6 13:57:39 2004
***************
*** 294,302 ****
      (define-key map " " 'isearch-whitespace-chars)
      (define-key map [?\S-\ ] 'isearch-whitespace-chars)
  
!     (define-key map "\C-b" 'isearch-del-char)
!     (define-key map "\C-f" 'isearch-yank-char)
!     (define-key map "\C-w" 'isearch-yank-word)
      (define-key map "\C-y" 'isearch-yank-line)
  
      ;; Define keys for regexp chars * ? |.
--- 294,300 ----
      (define-key map " " 'isearch-whitespace-chars)
      (define-key map [?\S-\ ] 'isearch-whitespace-chars)
  
!     (define-key map "\C-w" 'isearch-yank-word-or-char)
      (define-key map "\C-y" 'isearch-yank-line)
  
      ;; Define keys for regexp chars * ? |.




reply via email to

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