changeset 58647:e655efbeebac

Add a provide statement. (calc-Need-calc-arith): Remove it.
author Jay Belanger <jay.p.belanger@gmail.com>
date Tue, 30 Nov 2004 17:01:18 +0000
parents 5a5ce0d66410
children 617cbf064b4b
files lisp/calc/calc-arith.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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