emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/iswitchb.el


From: Stephen Eglen
Subject: [Emacs-diffs] Changes to emacs/lisp/iswitchb.el
Date: Sun, 15 Jan 2006 23:43:41 +0000

Index: emacs/lisp/iswitchb.el
diff -u emacs/lisp/iswitchb.el:1.64 emacs/lisp/iswitchb.el:1.65
--- emacs/lisp/iswitchb.el:1.64 Tue Nov  1 07:10:49 2005
+++ emacs/lisp/iswitchb.el      Sun Jan 15 23:43:41 2006
@@ -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-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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]