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:
4c17fed
)
Disabled query on exit for emus process.
author
Tim Vaughan
<timv@ughan.xyz>
Sun, 8 Dec 2019 19:58:30 +0000
(20:58 +0100)
committer
Tim Vaughan
<timv@ughan.xyz>
Sun, 8 Dec 2019 19:58:30 +0000
(20:58 +0100)
emus.el
patch
|
blob
|
history
diff --git
a/emus.el
b/emus.el
index
ad7a5bd
..
3349113
100644
(file)
--- a/
emus.el
+++ b/
emus.el
@@
-191,6
+191,7
@@
(make-process :name "emus-process"
;; :buffer (get-buffer-create "*emus-process*")
:command `(,emus-mpg123-program "-R"))))
+ (set-process-query-on-exit-flag proc nil)
(process-send-string proc "silence\n")
proc))))