# HG changeset patch # User Jay Belanger # Date 1101834078 0 # Node ID e655efbeebacef0c77fa7da80293f59b5129917a # Parent 5a5ce0d66410ecdf90f8fca52201615ab6d37c22 Add a provide statement. (calc-Need-calc-arith): Remove it. diff -r 5a5ce0d66410 -r e655efbeebac lisp/calc/calc-arith.el --- a/lisp/calc/calc-arith.el Tue Nov 30 17:00:26 2004 +0000 +++ b/lisp/calc/calc-arith.el Tue Nov 30 17:01:18 2004 +0000 @@ -27,12 +27,10 @@ ;;; Code: ;; This file is autoloaded from calc-ext.el. + (require 'calc-ext) - (require 'calc-macs) -(defun calc-Need-calc-arith () nil) - ;;; The following lists are not exhaustive. (defvar math-scalar-functions '(calcFunc-det calcFunc-cnorm calcFunc-rnorm @@ -2821,5 +2819,7 @@ (math-commutative-collect (nth 2 b) (not neg))) (setq math-com-bterms (cons (if neg (math-neg b) b) math-com-bterms))))) +(provide 'calc-arith) + ;;; arch-tag: 6c396b5b-14c6-40ed-bb2a-7cc2e8111465 ;;; calc-arith.el ends here