Mercurial > emacs
changeset 55950:7b87eb54c885
(isearch-mode-map): Undo previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 06 Jun 2004 13:57:39 +0000 |
parents | 50599d471b66 |
children | 05fc173fc545 |
files | lisp/isearch.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/isearch.el Sun Jun 06 09:49:12 2004 +0000 +++ b/lisp/isearch.el Sun Jun 06 13:57:39 2004 +0000 @@ -294,9 +294,7 @@ (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-w" 'isearch-yank-word-or-char) (define-key map "\C-y" 'isearch-yank-line) ;; Define keys for regexp chars * ? |.