bongo-patches
[Top][All Lists]
Advanced

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

[bongo-patches] Fix references to nonexistent `bongo-copy' to say `bongo


From: Daniel Brockman
Subject: [bongo-patches] Fix references to nonexistent `bongo-copy' to say `bongo-copy-forward' (reported by Daniel Jensen)
Date: Wed, 07 Feb 2007 15:34:51 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.51 (gnu/linux)

Wed Feb  7 15:33:18 CET 2007  Daniel Brockman <address@hidden>

 * Fix references to nonexistent `bongo-copy' to say
   `bongo-copy-forward' (reported by Daniel Jensen).

diff -rN -u old-bongo/bongo.el new-bongo/bongo.el
--- old-bongo/bongo.el  2007-02-07 15:34:48.000000000 +0100
+++ new-bongo/bongo.el  2007-02-07 15:34:48.000000000 +0100
@@ -7804,8 +7804,8 @@
     (define-key map "\M-p" 'bongo-previous-header-line)
     (define-key map "\M-n" 'bongo-next-header-line)
     (if bongo-xmms-refugee-mode
-        (define-key map "C" 'bongo-copy)
-      (define-key map "c" 'bongo-copy))
+        (define-key map "C" 'bongo-copy-forward)
+      (define-key map "c" 'bongo-copy-forward))
     (define-key map "k" 'bongo-kill)
     (substitute-key-definition
      'kill-line 'bongo-kill-line map global-map)
@@ -7956,7 +7956,7 @@
       (define-key menu-map [bongo-kill-track]
         '("Cut Track(s)" . bongo-kill))
       (define-key menu-map [bongo-copy-track]
-        '("Copy Track(s)" . bongo-copy))
+        '("Copy Track(s)" . bongo-copy-forward))
       (define-key menu-map [bongo-insert-enqueue]
         '("Enqueue Track(s) Urgently" . bongo-insert-enqueue))
       (define-key menu-map [bongo-append-enqueue]
-- 
Daniel Brockman <address@hidden>

reply via email to

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