]> code.delx.au - gnu-emacs/commitdiff
(isearch-mode-map): Undo previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 6 Jun 2004 13:58:09 +0000 (13:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 6 Jun 2004 13:58:09 +0000 (13:58 +0000)
lisp/ChangeLog
lisp/isearch.el

index edff6ce362e9675953c31b6af470540eec4f7cd3..b6d564d2a1d76dee0e5f1a1715d4587208c21f5c 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-06  Richard M. Stallman  <rms@gnu.org>
+
+       * isearch.el (isearch-mode-map): Undo previous change.
+
 2004-06-05  Juri Linkov  <juri@jurta.org>
 
        * bindings.el (debug-ignored-errors): Add regexps for history
index 76e72bfb6321f2e5ab83f0e78a0c485645d221db..8357527dc8c12ffacd9f5ee920984ec20f96d509 100644 (file)
@@ -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 * ? |.