diff options
| author | Jay Belanger <jay.p.belanger@gmail.com> | 2004-10-21 15:41:15 +0000 |
|---|---|---|
| committer | Jay Belanger <jay.p.belanger@gmail.com> | 2004-10-21 15:41:15 +0000 |
| commit | 6e237e7298748ebb5fe7baa4d56a5cf7cbac224b (patch) | |
| tree | 2bdf72e73090d030e038a1e3adb91b83c6f61caa /lisp/calc/calc-graph.el | |
| parent | 32c3cab6e306623a7c5351143bfcdcf2eefee6f7 (diff) | |
| download | emacs-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.el | 2 |
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))) |
