bongo-patches
[Top][All Lists]
Advanced

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

[bongo-patches] Fix bug in `bongo-track-infoset' pertaining to action tr


From: Daniel Brockman
Subject: [bongo-patches] Fix bug in `bongo-track-infoset' pertaining to action tracks
Date: Tue, 10 Apr 2007 16:09:13 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

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

        Fix bug in `bongo-track-infoset' pertaining to action tracks.

diff -rN -u old-bongo/bongo.el new-bongo/bongo.el
--- old-bongo/bongo.el  2007-04-10 16:09:10.000000000 +0200
+++ new-bongo/bongo.el  2007-04-10 16:09:10.000000000 +0200
@@ -2685,7 +2685,7 @@
                    (bongo-uri-track-infoset point)
                  (bongo-infoset-from-file-name file-name)))
               ((bongo-line-action point)
-               (bongo-action-track-infoset))))))
+               (bongo-action-track-infoset point))))))
 
 (defun bongo-header-infoset (&optional point)
   "Return the infoset for the header at POINT.
-- 
Daniel Brockman <address@hidden>

reply via email to

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