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, 30 Nov 2004 12:21:28 -0500

Index: emacs/lisp/calc/calc-graph.el
diff -c emacs/lisp/calc/calc-graph.el:1.14 emacs/lisp/calc/calc-graph.el:1.15
*** emacs/lisp/calc/calc-graph.el:1.14  Wed Nov 24 21:44:23 2004
--- emacs/lisp/calc/calc-graph.el       Tue Nov 30 17:10:43 2004
***************
*** 27,42 ****
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
- (require 'calc-ext)
  
  (require 'calc-macs)
  
! (defun calc-Need-calc-graph () nil)
  
  
! ;;; Graphics
  
- ;;; Note that some of the following initial values also occur in calc.el.
  (defvar calc-gnuplot-tempfile "calc")
  
  (defvar calc-gnuplot-default-device)
--- 27,47 ----
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
  
+ (require 'calc-ext)
  (require 'calc-macs)
  
! ;;; Graphics
! 
! (defvar calc-gnuplot-name "gnuplot"
!   "*Name of GNUPLOT program, for calc-graph features.")
  
+ (defvar calc-gnuplot-plot-command nil
+   "*Name of command for displaying GNUPLOT output; %s = file name to print.")
  
! (defvar calc-gnuplot-print-command "lp %s"
!   "*Name of command for printing GNUPLOT output; %s = file name to print.")
  
  (defvar calc-gnuplot-tempfile "calc")
  
  (defvar calc-gnuplot-default-device)
***************
*** 1472,1476 ****
--- 1477,1483 ----
            (goto-char (point-max))
            (insert "\n"))))))
  
+ (provide 'calc-graph)
+ 
  ;;; arch-tag: e4b06a52-c386-4d54-a2bb-7c0a0ef533c2
  ;;; calc-graph.el ends here




reply via email to

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