72 lines
2.3 KiB
EmacsLisp
72 lines
2.3 KiB
EmacsLisp
;;; bongo-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
|
||
;;
|
||
;;; Code:
|
||
|
||
|
||
;;;### (autoloads nil "bongo" "bongo.el" (0 0 0 0))
|
||
;;; Generated autoloads from bongo.el
|
||
|
||
(autoload 'bongo-start "bongo" "\
|
||
Start playing the current track in the nearest playlist buffer.
|
||
If there is no current track, perform the action appropriate for the current
|
||
playback mode (for example, for regressive playback, play the last track).
|
||
However, if something is already playing, do nothing.
|
||
When called interactively and the current track is a stop action track,
|
||
continue playback as if the action track had finished playing.
|
||
CALLED-INTERACTIVELY-P is non-nil when called interactively.
|
||
|
||
\(fn &optional CALLED-INTERACTIVELY-P)" t nil)
|
||
|
||
(autoload 'bongo-start/stop "bongo" "\
|
||
Start or stop playback in the nearest Bongo playlist buffer.
|
||
With prefix ARGUMENT, call `bongo-stop' even if already stopped.
|
||
CALLED-INTERACTIVELY-P is non-nil when called interactively.
|
||
|
||
\(fn &optional ARGUMENT CALLED-INTERACTIVELY-P)" t nil)
|
||
|
||
(autoload 'bongo-show "bongo" "\
|
||
Display what Bongo is playing in the minibuffer.
|
||
If INSERT-FLAG (prefix argument if interactive) is non-nil,
|
||
insert the description at point.
|
||
Return the description string.
|
||
|
||
\(fn &optional INSERT-FLAG)" t nil)
|
||
|
||
(autoload 'bongo-playlist "bongo" "\
|
||
Switch to a Bongo playlist buffer.
|
||
See the function `bongo-playlist-buffer'." t nil)
|
||
|
||
(autoload 'bongo-library "bongo" "\
|
||
Switch to a Bongo library buffer.
|
||
See the function `bongo-library-buffer'." t nil)
|
||
|
||
(autoload 'bongo-switch-buffers "bongo" "\
|
||
In Bongo, switch from a playlist to a library, or vice versa.
|
||
With prefix argument PROMPT, prompt for the buffer to switch to.
|
||
|
||
\(fn &optional PROMPT)" t nil)
|
||
|
||
(autoload 'bongo "bongo" "\
|
||
Switch to a Bongo buffer.
|
||
See the function `bongo-buffer'." t nil)
|
||
|
||
(register-definition-prefixes "bongo" '("afplay" "bongo-" "define-bongo-backend" "mikmod" "ogg123" "speexdec" "timidity" "vlc" "with-"))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "lastfm-submit" "lastfm-submit.el" (0 0 0 0))
|
||
;;; Generated autoloads from lastfm-submit.el
|
||
|
||
(register-definition-prefixes "lastfm-submit" '("lastfm"))
|
||
|
||
;;;***
|
||
|
||
(provide 'bongo-autoloads)
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; coding: utf-8
|
||
;; End:
|
||
;;; bongo-autoloads.el ends here
|