/[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.8.2.2 by miles, Sat Sep 25 12:05:29 2004 UTC revision 1.8.2.3 by miles, Fri Oct 22 10:13:34 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)
# Line 1405  This \"dumb\" driver will be present in Line 1401  This \"dumb\" driver will be present in
1401                             calc-gnuplot-buffer                             calc-gnuplot-buffer
1402                             calc-gnuplot-name                             calc-gnuplot-name
1403                             args))                             args))
1404                (process-kill-without-query calc-gnuplot-process))                (set-process-query-on-exit-flag calc-gnuplot-process nil))
1405            (file-error            (file-error
1406             (error "Sorry, can't find \"%s\" on your system"             (error "Sorry, can't find \"%s\" on your system"
1407                    calc-gnuplot-name)))                    calc-gnuplot-name)))

Legend:
Removed from v.1.8.2.2  
changed lines
  Added in v.1.8.2.3

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