From: Mark Wooding Date: Thu, 20 Jul 2017 00:15:40 +0000 (+0100) Subject: el/dot-emacs.el: Autoload `mpc-stop', not `mpc-pause'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/a0e7592d945424a95ee299c1f932d77dad824cc1?ds=sidebyside el/dot-emacs.el: Autoload `mpc-stop', not `mpc-pause'. We don't need the latter, but the former actually has a global key bound to it. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 769686c..c189f4d 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -3820,9 +3820,9 @@ (defun mdw-mpc-now-playing () (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))