]> git.eshelyaron.com Git - emacs.git/commitdiff
(calc-graph-init): Use `set-process-query-on-exit-flag'
authorJay Belanger <jay.p.belanger@gmail.com>
Thu, 21 Oct 2004 15:41:15 +0000 (15:41 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Thu, 21 Oct 2004 15:41:15 +0000 (15:41 +0000)
lisp/ChangeLog
lisp/calc/calc-graph.el

index e0e6e2dbccb2f93f90014d2cef449ad65d8357eb..cfe96a80d10966e24b2f64a2e61fac38c7bf6024 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-21  John Paul Wallington  <jpw@gnu.org>
+
+       * calc/calc-graph.el (calc-graph-init):
+       Use `set-process-query-on-exit-flag'.
+
 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
 
        * progmodes/compile.el (compilation-start): Rely on `cd' to get
index 2c269dcfdcedee941497ff73b5ac4a29f106c5da..cec7a5d2136e7801d5a10c9b177b641cff9345f4 100644 (file)
@@ -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)))