From: Jay Belanger Date: Tue, 30 Nov 2004 17:29:51 +0000 (+0000) Subject: Remove calc-Need-calc-aent and calc-Need-calc-misc from autoloads. X-Git-Tag: ttn-vms-21-2-B4~3512 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=451d4c5cff14665203550799c9f7be8d444ff668;p=emacs.git Remove calc-Need-calc-aent and calc-Need-calc-misc from autoloads. Add calc-do-embedded-activate to autoloads. (calc-gnuplot-name, calc-gnuplot-plot-command, calc-gnuplot-print-command): Remove them. --- diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index a06f355c7e6..4e73763aeb2 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -209,18 +209,6 @@ (defvar calc-settings-file user-init-file "*File in which to record permanent settings; default is `user-init-file'.") -;;;###autoload -(defvar calc-gnuplot-name "gnuplot" - "*Name of GNUPLOT program, for calc-graph features.") - -;;;###autoload -(defvar calc-gnuplot-plot-command nil - "*Name of command for displaying GNUPLOT output; %s = file name to print.") - -;;;###autoload -(defvar calc-gnuplot-print-command "lp %s" - "*Name of command for printing GNUPLOT output; %s = file name to print.") - (defvar calc-bug-address "belanger@truman.edu" "Address of the author of Calc, for use by `report-calc-bug'.") @@ -898,13 +886,15 @@ If nil, selections displayed but ignored.") (lambda (x) (dolist (func (cdr x)) (autoload func (car x)))) '( - ("calc-aent" calc-Need-calc-aent calc-alg-digit-entry calc-alg-entry + ("calc-aent" calc-alg-digit-entry calc-alg-entry calc-check-user-syntax calc-do-alg-entry calc-do-calc-eval calc-do-quick-calc calc-match-user-syntax math-build-parse-table math-find-user-tokens math-read-expr-list math-read-exprs math-read-if math-read-token math-remove-dashes) - ("calc-misc" calc-Need-calc-misc + ("calc-embed" calc-do-embedded-activate) + + ("calc-misc" calc-do-handle-whys calc-do-refresh calc-num-prefix-name calc-record-list calc-record-why calc-report-bug calc-roll-down-stack calc-roll-up-stack calc-temp-minibuffer-message calcFunc-floor