Function: mpc-cmd-random
mpc-cmd-random is a byte-compiled function defined in mpc.el.gz.
Signature
(mpc-cmd-random &optional ARG)
Documentation
Set random (shuffle) mode state.
Source Code
;; Defined in /usr/src/emacs/lisp/mpc.el.gz
(defun mpc-cmd-random (&optional arg)
"Set random (shuffle) mode state."
(mpc-proc-cmd (list "random" arg) #'mpc-status-refresh))