summaryrefslogtreecommitdiff
path: root/lisp/iswitchb.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-11-01 07:10:49 +0000
committerJohn Wiegley <johnw@newartisans.com>2005-11-01 07:10:49 +0000
commit07352526303ef4fe58c4416d241e3d63fa7ae6ed (patch)
tree88a00fa99cd9124a16737b4d87d11f6e8c0ffba2 /lisp/iswitchb.el
parentbff4d65f5b0fc48d832ddd3f4949d1df805004e0 (diff)
downloademacs-07352526303ef4fe58c4416d241e3d63fa7ae6ed.tar.gz
(iswitchb-define-mode-map): Re-enabled the toggle-ignore keybinding
(C-a). The author said it had been disabled much earlier due to a possible incompatibility, but after many months of usage I have encountered no problems (and it is a rather useful option, especially for switching to " *temp*").
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 80f7dbcb199..3ba0beeeb0c 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-a" '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)