chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
el/dot-emacs.el: Autoload `mpc-stop', not `mpc-pause'.
[profile]
/
el
/
dot-emacs.el
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 769686c0f261662f8f83b3b896a50b1e6ba21178..c189f4dd66fe675c60c4c5c13e0e4fc60a9d4ba7 100644
(file)
--- 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))