changeset 57631:3581e2403cc7

(calc-graph-init): Use `set-process-query-on-exit-flag'
author Jay Belanger <jay.p.belanger@gmail.com>
date Thu, 21 Oct 2004 15:40:18 +0000
parents 858ea3714664
children ffffcbeaddac
files lisp/calc/calc-graph.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))