comment out the definition of the toggle commands.

This commit is contained in:
Renaud Casenave-Péré 2011-06-28 19:14:19 +09:00
parent 45c588eb50
commit 9039e052eb

13
empc.el
View file

@ -206,12 +206,11 @@ Return nil if the line should be ignored."
(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")
;; (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)