/[emacs]/emacs/lisp/calc/calc-graph.el
ViewVC logotype

Diff of /emacs/lisp/calc/calc-graph.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by jpb, Tue Sep 21 18:52:00 2004 UTC revision 1.11 by jpb, Tue Oct 19 14:41:18 2004 UTC
# Line 289  Line 289 
289           (tty-output nil)           (tty-output nil)
290           cache-env is-splot device output resolution precision samples-pos)           cache-env is-splot device output resolution precision samples-pos)
291       (or (boundp 'calc-graph-prev-kill-hook)       (or (boundp 'calc-graph-prev-kill-hook)
292           (if calc-emacs-type-19           (setq calc-graph-prev-kill-hook nil)
293               (progn           (add-hook 'kill-emacs-hook 'calc-graph-kill-hook))
                (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)))  
294       (save-excursion       (save-excursion
295         (calc-graph-init)         (calc-graph-init)
296         (set-buffer tempbuf)         (set-buffer tempbuf)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26