aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-06-06 13:58:09 +0000
committerRichard M. Stallman <[email protected]>2004-06-06 13:58:09 +0000
commit33bc06fb3745d2c2a1360293026be10fff3afafe (patch)
tree3579c0055893c8e728163f5c837ef084df153650 /lisp/isearch.el
parent0722292b2057d8de5c4b845ef48508a6eceac5b8 (diff)
(isearch-mode-map): Undo previous change.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 76e72bfb63..8357527dc8 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 * ? |.