el/dot-emacs.el: Autoload `mpc-stop', not `mpc-pause'.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 20 Jul 2017 00:15:40 +0000 (01:15 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 20 Jul 2017 00:15:40 +0000 (01:15 +0100)
We don't need the latter, but the former actually has a global key bound
to it.

el/dot-emacs.el

index 769686c..c189f4d 100644 (file)
@@ -3820,9 +3820,9 @@ there is sadness."
          (t
           (message "mpd in unknown state `%s'" state)))))
 
-(autoload 'mpc-pause "mpc")
 (autoload 'mpc-next "mpc")
 (autoload 'mpc-prev "mpc")
+(autoload 'mpc-stop "mpc")
 
 (defun mdw-mpc-hack-lines (arg interactivep func)
   (if (and interactivep (use-region-p))