summaryrefslogtreecommitdiff
path: root/lisp/iswitchb.el
diff options
context:
space:
mode:
authorStephen Eglen <stephen@gnu.org>2006-01-15 23:43:41 +0000
committerStephen Eglen <stephen@gnu.org>2006-01-15 23:43:41 +0000
commit34c30edf7457de1dd12549dcb2a778c18cf17fb9 (patch)
tree950f283f9ffa9255632cc446e3637d03b302ffab /lisp/iswitchb.el
parente2cff3cfb1b4b045e387bd8473772a4d07460916 (diff)
downloademacs-34c30edf7457de1dd12549dcb2a778c18cf17fb9.tar.gz
(iswitchb-define-mode-map): Use C-n for iswitchb-toggle-ignore. (This
was C-a but a user suggested this was too easily confused with normal usage of C-a.)
Diffstat (limited to 'lisp/iswitchb.el')
-rw-r--r--lisp/iswitchb.el2
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'."
(define-key map "\C-j" 'iswitchb-select-buffer-text)
(define-key map "\C-t" 'iswitchb-toggle-regexp)
(define-key map "\C-x\C-f" 'iswitchb-find-file)
- (define-key map "\C-a" 'iswitchb-toggle-ignore)
+ (define-key map "\C-n" 'iswitchb-toggle-ignore)
(define-key map "\C-c" 'iswitchb-toggle-case)
(define-key map "\C-k" 'iswitchb-kill-buffer)
(define-key map "\C-m" 'iswitchb-exit-minibuffer)