changeset 66594:d39ae3be63d4

(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*").
author John Wiegley <johnw@newartisans.com>
date Tue, 01 Nov 2005 07:10:49 +0000
parents 60e25292e3f2
children 1d442f601f13
files lisp/iswitchb.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/iswitchb.el	Tue Nov 01 07:10:36 2005 +0000
+++ b/lisp/iswitchb.el	Tue Nov 01 07:10:49 2005 +0000
@@ -559,7 +559,7 @@
     (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)