From: Tim Vaughan Date: Sun, 8 Dec 2019 19:58:30 +0000 (+0100) Subject: Disabled query on exit for emus process. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=emus.git;a=commitdiff_plain;h=e78f9d0ea866003fe9ed26c9a0c3db1c6da101b7 Disabled query on exit for emus process. --- diff --git a/emus.el b/emus.el index ad7a5bd..3349113 100644 --- 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))))