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: Tue, 19 Oct 2004 11:03:58 -0400

Index: emacs/lisp/calc/calc-graph.el
diff -c emacs/lisp/calc/calc-graph.el:1.10 emacs/lisp/calc/calc-graph.el:1.11
*** emacs/lisp/calc/calc-graph.el:1.10  Tue Sep 21 18:52:00 2004
--- emacs/lisp/calc/calc-graph.el       Tue Oct 19 14:41:18 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)




reply via email to

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