summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-graph.el
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2004-10-21 15:41:15 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2004-10-21 15:41:15 +0000
commit6e237e7298748ebb5fe7baa4d56a5cf7cbac224b (patch)
tree2bdf72e73090d030e038a1e3adb91b83c6f61caa /lisp/calc/calc-graph.el
parent32c3cab6e306623a7c5351143bfcdcf2eefee6f7 (diff)
downloademacs-6e237e7298748ebb5fe7baa4d56a5cf7cbac224b.tar.gz
(calc-graph-init): Use `set-process-query-on-exit-flag'
Diffstat (limited to 'lisp/calc/calc-graph.el')
-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)))