diff options
| -rw-r--r-- | lisp/iswitchb.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index 3ba0beeeb0c..3fd03cf5d0a 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el | |||
| @@ -559,7 +559,7 @@ variable `iswitchb-mode'." | |||
| 559 | (define-key map "\C-j" 'iswitchb-select-buffer-text) | 559 | (define-key map "\C-j" 'iswitchb-select-buffer-text) |
| 560 | (define-key map "\C-t" 'iswitchb-toggle-regexp) | 560 | (define-key map "\C-t" 'iswitchb-toggle-regexp) |
| 561 | (define-key map "\C-x\C-f" 'iswitchb-find-file) | 561 | (define-key map "\C-x\C-f" 'iswitchb-find-file) |
| 562 | (define-key map "\C-a" 'iswitchb-toggle-ignore) | 562 | (define-key map "\C-n" 'iswitchb-toggle-ignore) |
| 563 | (define-key map "\C-c" 'iswitchb-toggle-case) | 563 | (define-key map "\C-c" 'iswitchb-toggle-case) |
| 564 | (define-key map "\C-k" 'iswitchb-kill-buffer) | 564 | (define-key map "\C-k" 'iswitchb-kill-buffer) |
| 565 | (define-key map "\C-m" 'iswitchb-exit-minibuffer) | 565 | (define-key map "\C-m" 'iswitchb-exit-minibuffer) |