From a0e7592d945424a95ee299c1f932d77dad824cc1 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 20 Jul 2017 01:15:40 +0100 Subject: [PATCH] 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. --- el/dot-emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 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)) -- 2.11.0