emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-graph.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-graph.el
Date: Thu, 21 Oct 2004 11:45:58 -0400

Index: emacs/lisp/calc/calc-graph.el
diff -c emacs/lisp/calc/calc-graph.el:1.11 emacs/lisp/calc/calc-graph.el:1.12
*** emacs/lisp/calc/calc-graph.el:1.11  Tue Oct 19 14:41:18 2004
--- emacs/lisp/calc/calc-graph.el       Thu Oct 21 15:40:18 2004
***************
*** 1401,1407 ****
                           calc-gnuplot-buffer
                           calc-gnuplot-name
                           args))
!             (process-kill-without-query calc-gnuplot-process))
          (file-error
           (error "Sorry, can't find \"%s\" on your system"
                  calc-gnuplot-name)))
--- 1401,1407 ----
                           calc-gnuplot-buffer
                           calc-gnuplot-name
                           args))
!             (set-process-query-on-exit-flag calc-gnuplot-process nil))
          (file-error
           (error "Sorry, can't find \"%s\" on your system"
                  calc-gnuplot-name)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]