summaryrefslogtreecommitdiff
path: root/lisp/calc
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calc')
-rw-r--r--lisp/calc/calc-graph.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-graph.el b/lisp/calc/calc-graph.el
index 2c269dcfdce..cec7a5d2136 100644
--- a/lisp/calc/calc-graph.el
+++ b/lisp/calc/calc-graph.el
@@ -1401,7 +1401,7 @@ This \"dumb\" driver will be present in Gnuplot 3.0."
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)))