bongo-patches
[Top][All Lists]
Advanced

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

[bongo-patches] Fix recently introduced bugs in `bongo-play-lines'


From: Daniel Brockman
Subject: [bongo-patches] Fix recently introduced bugs in `bongo-play-lines'
Date: Tue, 10 Apr 2007 16:10:19 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

2007-04-10  Daniel Brockman  <address@hidden>

        Fix recently introduced bugs in `bongo-play-lines'.

diff -rN -u old-bongo/bongo.el new-bongo/bongo.el
--- old-bongo/bongo.el  2007-04-10 16:10:18.000000000 +0200
+++ new-bongo/bongo.el  2007-04-10 16:10:18.000000000 +0200
@@ -6265,9 +6265,9 @@
          (bongo-play-line))
         ((bongo-library-buffer-p)
          (let ((position (if (bongo-playing-p)
-                             (bongo-insert-enqueue-line
+                             (bongo-insert-enqueue-lines
                               (prefix-numeric-value n))
-                           (bongo-append-enqueue-line
+                           (bongo-append-enqueue-lines
                             (prefix-numeric-value n)))))
            (with-bongo-playlist-buffer
              (bongo-play-line position))))
-- 
Daniel Brockman <address@hidden>

reply via email to

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