bongo-patches
[Top][All Lists]
Advanced

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

[bongo-patches] Undefine "i" in keymap before defining "ia", et al


From: Daniel Brockman
Subject: [bongo-patches] Undefine "i" in keymap before defining "ia", et al
Date: Fri, 29 Dec 2006 11:18:00 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Wed Dec 27 12:20:21 CET 2006  Daniel Brockman <address@hidden>

 * Undefine "i" in keymap before defining "ia", et al.

diff -rN -u old-bongo/bongo.el new-bongo/bongo.el
--- old-bongo/bongo.el  2006-12-29 11:17:50.000000000 +0100
+++ new-bongo/bongo.el  2006-12-29 11:17:50.000000000 +0100
@@ -7116,6 +7116,7 @@
     (define-key map "P" 'bongo-previous)
     (define-key map "N" 'bongo-next)
     (define-key map "s" 'bongo-seek)
+    (define-key map "i" nil)            ; For Emacs 21.
     (define-key map "ia" 'bongo-insert-action)
     (define-key map "if" 'bongo-insert-file)
     (define-key map "id" 'bongo-insert-directory)
-- 
Daniel Brockman <address@hidden>

reply via email to

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