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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-graph.el [emacs-unicode-2]
Date: Fri, 22 Oct 2004 06:22:22 -0400

Index: emacs/lisp/calc/calc-graph.el
diff -c emacs/lisp/calc/calc-graph.el:1.8.2.2 
emacs/lisp/calc/calc-graph.el:1.8.2.3
*** emacs/lisp/calc/calc-graph.el:1.8.2.2       Sat Sep 25 12:05:29 2004
--- emacs/lisp/calc/calc-graph.el       Fri Oct 22 10:13:34 2004
***************
*** 289,300 ****
         (tty-output nil)
         cache-env is-splot device output resolution precision samples-pos)
       (or (boundp 'calc-graph-prev-kill-hook)
!        (if calc-emacs-type-19
!            (progn
!              (setq calc-graph-prev-kill-hook nil)
!              (add-hook 'kill-emacs-hook 'calc-graph-kill-hook))
!          (setq calc-graph-prev-kill-hook kill-emacs-hook)
!          (setq kill-emacs-hook 'calc-graph-kill-hook)))
       (save-excursion
         (calc-graph-init)
         (set-buffer tempbuf)
--- 289,296 ----
         (tty-output nil)
         cache-env is-splot device output resolution precision samples-pos)
       (or (boundp 'calc-graph-prev-kill-hook)
!          (setq calc-graph-prev-kill-hook nil)
!          (add-hook 'kill-emacs-hook 'calc-graph-kill-hook))
       (save-excursion
         (calc-graph-init)
         (set-buffer tempbuf)
***************
*** 1405,1411 ****
                           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]