The Lambda Lab
/
projects
/
emus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8155ff
)
Reverted bad idea.
author
Tim Vaughan
<timv@ughan.xyz>
Tue, 10 Dec 2019 21:06:18 +0000
(22:06 +0100)
committer
Tim Vaughan
<timv@ughan.xyz>
Tue, 10 Dec 2019 21:06:18 +0000
(22:06 +0100)
emus.el
patch
|
blob
|
history
diff --git
a/emus.el
b/emus.el
index
998a1e8
..
71c6bd2
100644
(file)
--- a/
emus.el
+++ b/
emus.el
@@
-241,7
+241,6
@@
(setq emus-current-track track)
(emus--update-track old-track)
(emus--update-track track)
- (emus-centre-current)
(emus--resume-cp))))
(defun emus-select-track (track)
@@
-252,7
+251,6
@@
(setq emus-current-track track)
(emus--update-track old-track)
(emus--update-track track)
- (emus-centre-current)
(emus-send-cmd "o")
(emus--resume-cp))))