# HG changeset patch # User Jay Belanger # Date 1098373218 0 # Node ID 3581e2403cc77977173623bdf327faf7e1df1782 # Parent 858ea371466446bbfa6eb32c46d8bb3f07f7ba15 (calc-graph-init): Use `set-process-query-on-exit-flag' diff -r 858ea3714664 -r 3581e2403cc7 lisp/calc/calc-graph.el --- a/lisp/calc/calc-graph.el Thu Oct 21 00:07:18 2004 +0000 +++ b/lisp/calc/calc-graph.el Thu Oct 21 15:40:18 2004 +0000 @@ -1401,7 +1401,7 @@ calc-gnuplot-buffer calc-gnuplot-name args)) - (process-kill-without-query calc-gnuplot-process)) + (set-process-query-on-exit-flag calc-gnuplot-process nil)) (file-error (error "Sorry, can't find \"%s\" on your system" calc-gnuplot-name)))