bongo-patches
[Top][All Lists]
Advanced

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

[bongo-patches] Always use the designated playlist buffer (`bongo-playli


From: Daniel Brockman
Subject: [bongo-patches] Always use the designated playlist buffer (`bongo-playlist-buffer') in `bongo-enqueue-text'
Date: Mon, 26 Mar 2007 15:53:52 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

2007-03-26  Daniel Brockman  <address@hidden>

        Always use the designated playlist buffer
        (`bongo-playlist-buffer') in `bongo-enqueue-text'.

diff -rN -u old-bongo/bongo.el new-bongo/bongo.el
--- old-bongo/bongo.el  2007-03-26 15:53:43.000000000 +0200
+++ new-bongo/bongo.el  2007-03-26 15:53:43.000000000 +0200
@@ -7559,7 +7559,7 @@
 If MODE is `insert', insert TEXT just below the current track.
 If MODE is `append', append TEXT to the end of the playlist."
   (let ((insertion-point
-         (with-bongo-playlist-buffer
+         (with-current-buffer (bongo-playlist-buffer)
            (save-excursion
              (ecase mode
                (insert (if (bongo-point-at-current-track-line)
-- 
Daniel Brockman <address@hidden>

reply via email to

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