From 33bc06fb3745d2c2a1360293026be10fff3afafe Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 6 Jun 2004 13:58:09 +0000 Subject: [PATCH] (isearch-mode-map): Undo previous change. --- lisp/ChangeLog | 4 ++++ lisp/isearch.el | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index edff6ce362e..b6d564d2a1d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-06-06 Richard M. Stallman + + * isearch.el (isearch-mode-map): Undo previous change. + 2004-06-05 Juri Linkov * bindings.el (debug-ignored-errors): Add regexps for history diff --git a/lisp/isearch.el b/lisp/isearch.el index 76e72bfb632..8357527dc8c 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -294,9 +294,7 @@ Default value, nil, means edit the string instead." (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 * ? |. -- 2.39.5