Disabled query on exit for emus process.
authorTim Vaughan <timv@ughan.xyz>
Sun, 8 Dec 2019 19:58:30 +0000 (20:58 +0100)
committerTim Vaughan <timv@ughan.xyz>
Sun, 8 Dec 2019 19:58:30 +0000 (20:58 +0100)
emus.el

diff --git a/emus.el b/emus.el
index ad7a5bd..3349113 100644 (file)
--- a/emus.el
+++ b/emus.el
              (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))))