]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a provide statement.
authorJay Belanger <jay.p.belanger@gmail.com>
Tue, 30 Nov 2004 17:01:18 +0000 (17:01 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Tue, 30 Nov 2004 17:01:18 +0000 (17:01 +0000)
(calc-Need-calc-arith): Remove it.

lisp/calc/calc-arith.el

index df9936a670b4933dd50c038f4078fcb881caab8b..a5c523240496c60b6e22f0198fd16481d97c9fd4 100644 (file)
 ;;; Code:
 
 ;; This file is autoloaded from calc-ext.el.
-(require 'calc-ext)
 
+(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
          (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