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:
8c1e490
)
Browser now uses pop-to-buffer-same-window.
author
Tim Vaughan
<timv@ughan.xyz>
Sun, 15 Dec 2019 22:23:58 +0000
(23:23 +0100)
committer
Tim Vaughan
<timv@ughan.xyz>
Sun, 15 Dec 2019 22:23:58 +0000
(23:23 +0100)
emus.el
patch
|
blob
|
history
diff --git
a/emus.el
b/emus.el
index
7c90711
..
84a9b9c
100644
(file)
--- a/
emus.el
+++ b/
emus.el
@@
-531,7
+531,7
@@
Used to update browser display when `emus-current-track' and/or `emus-state' cha
"Switch to *emus* audio library browser."
(interactive)
(emus--with-library
- (pop-to-buffer "*emus*")
+ (pop-to-buffer
-same-window
"*emus*")
(emus-browser-mode)
(emus--render-tracks)
(emus-goto-current)))