# HG changeset patch # User John Wiegley # Date 1130829049 0 # Node ID d39ae3be63d4afbccab904bb86bd2850769d715b # Parent 60e25292e3f2d80ed275694a4b1ce0a146cb866e (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*"). diff -r 60e25292e3f2 -r d39ae3be63d4 lisp/iswitchb.el --- 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)