Function: mpc-stop
mpc-stop is an interactive and byte-compiled function defined in
mpc.el.gz.
Signature
(mpc-stop)
Documentation
Stop playing the current queue of songs.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mpc.el.gz
(defun mpc-stop ()
"Stop playing the current queue of songs."
(interactive)
(mpc-cmd-stop)
(mpc-cmd-clear)
(mpc-songs-refresh)
(mpc-status-refresh))