Function: mpc-next
mpc-next is an interactive and byte-compiled function defined in
mpc.el.gz.
Signature
(mpc-next)
Documentation
Jump to the next song in the queue.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mpc.el.gz
(defun mpc-next ()
"Jump to the next song in the queue."
(interactive)
(mpc-proc-cmd "next")
(mpc-status-refresh))