defining simple and toggling commands

This commit is contained in:
Renaud Casenave-Péré 2011-06-22 19:44:25 +09:00
parent 2e9f7f265c
commit b94981a996

View file

@ -140,5 +140,14 @@ return at the end of a request.")
(define-simple-command "play")
(define-simple-command "stop")
(define-simple-command "next")
(define-simple-command "previous")
(define-toggle-command "consume")
(define-toggle-command "random")
(define-toggle-command "repeat")
(define-toggle-command "single")
(define-toggle-command "xfade")
(define-toggle-command "pause")
(provide 'empc)