chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d40903f
)
el/dot-emacs.el: Autoload `mpc-stop', not `mpc-pause'.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 20 Jul 2017 00:15:40 +0000
(
01:15
+0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
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))