bongo-patches
[Top][All Lists]
Advanced

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

[bongo-patches] Normalize `interactive' forms by removing unnecessary "d


From: Daniel Brockman
Subject: [bongo-patches] Normalize `interactive' forms by removing unnecessary "d" arguments
Date: Thu, 26 Apr 2007 04:14:32 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

Normalize `interactive' forms by removing unnecessary
"d" arguments.

diff -rN -u old-bongo/bongo.el new-bongo/bongo.el
--- old-bongo/bongo.el  2007-04-26 04:14:26.000000000 +0200
+++ new-bongo/bongo.el  2007-04-26 04:14:26.000000000 +0200
@@ -6240,7 +6240,7 @@
 In addition, unless `bongo-next-action' is already set to
 `bongo-play-queued', set `bongo-stored-next-action' to the value
 of `bongo-next-action' and set the latter to `bongo-play-queued'."
-  (interactive "d")
+  (interactive)
   (with-point-at-bongo-track point
     (move-marker bongo-queued-track-marker (point-at-bol point))
     (unless (eq bongo-next-action 'bongo-play-queued)
@@ -6268,7 +6268,7 @@
   "Start playing the track on the line at POINT.
 If there is no track at POINT, play the first track after POINT or
 signal an error if there is no track after POINT."
-  (interactive "d")
+  (interactive)
   (cond ((bongo-playlist-buffer-p)
          (with-point-at-bongo-track point
            (with-imminent-bongo-player-start
-- 
Daniel Brockman <address@hidden>

reply via email to

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