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: Fri, 01 Apr 2005 16:44:53 -0500

Index: emacs/lisp/calc/calc-graph.el
diff -c emacs/lisp/calc/calc-graph.el:1.16 emacs/lisp/calc/calc-graph.el:1.17
*** emacs/lisp/calc/calc-graph.el:1.16  Fri Dec 31 05:58:44 2004
--- emacs/lisp/calc/calc-graph.el       Fri Apr  1 21:44:53 2005
***************
*** 1,6 ****
  ;;; calc-graph.el --- graph output functions for Calc
  
! ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
  ;; Maintainer: Jay Belanger <address@hidden>
--- 1,6 ----
  ;;; calc-graph.el --- graph output functions for Calc
  
! ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2005 Free Software Foundation, 
Inc.
  
  ;; Author: David Gillespie <address@hidden>
  ;; Maintainer: Jay Belanger <address@hidden>
***************
*** 33,46 ****
  
  ;;; 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")
  
--- 33,42 ----
  
  ;;; Graphics
  
! ;; The following three variables are customizable and defined in calc.el.
! (defvar calc-gnuplot-name)
! (defvar calc-gnuplot-plot-command)
! (defvar calc-gnuplot-print-command)
  
  (defvar calc-gnuplot-tempfile "calc")
  




reply via email to

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