# HG changeset patch # User Jay Belanger # Date 1112391893 0 # Node ID d727bdc30df23cd4b0a249be50da240c317b8387 # Parent 411004b6c0dcd8fe407ced7977c66f2c62c8fcc7 calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command, calc-gnuplot-print-command): Move definitions to calc.el. diff -r 411004b6c0dc -r d727bdc30df2 lisp/calc/calc-graph.el --- a/lisp/calc/calc-graph.el Fri Apr 01 21:44:21 2005 +0000 +++ b/lisp/calc/calc-graph.el Fri Apr 01 21:44:53 2005 +0000 @@ -1,6 +1,6 @@ ;;; calc-graph.el --- graph output functions for Calc -;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2005 Free Software Foundation, Inc. ;; Author: David Gillespie ;; Maintainer: Jay Belanger @@ -33,14 +33,10 @@ ;;; 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.") +;; 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")