Remove ignored files
This commit is contained in:
83
elpa/bongo-20171118.1842/bongo-autoloads.el
Normal file
83
elpa/bongo-20171118.1842/bongo-autoloads.el
Normal file
@@ -0,0 +1,83 @@
|
||||
;;; bongo-autoloads.el --- automatically extracted autoloads
|
||||
;;
|
||||
;;; Code:
|
||||
|
||||
(add-to-list 'load-path (directory-file-name
|
||||
(or (file-name-directory #$) (car load-path))))
|
||||
|
||||
|
||||
;;;### (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'.
|
||||
|
||||
\(fn)" t nil)
|
||||
|
||||
(autoload 'bongo-library "bongo" "\
|
||||
Switch to a Bongo library buffer.
|
||||
See the function `bongo-library-buffer'.
|
||||
|
||||
\(fn)" 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'.
|
||||
|
||||
\(fn)" t nil)
|
||||
|
||||
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "bongo" '("bongo-" "afplay" "mikmod" "timidity" "speexdec" "ogg123" "vlc" "define-bongo-backend" "with-")))
|
||||
|
||||
;;;***
|
||||
|
||||
;;;### (autoloads nil "lastfm-submit" "lastfm-submit.el" (0 0 0 0))
|
||||
;;; Generated autoloads from lastfm-submit.el
|
||||
|
||||
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lastfm-submit" '("lastfm")))
|
||||
|
||||
;;;***
|
||||
|
||||
;;;### (autoloads nil nil ("bongo-pkg.el") (0 0 0 0))
|
||||
|
||||
;;;***
|
||||
|
||||
;; Local Variables:
|
||||
;; version-control: never
|
||||
;; no-byte-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; coding: utf-8
|
||||
;; End:
|
||||
;;; bongo-autoloads.el ends here
|
||||
Reference in New Issue
Block a user