aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calc/calc-arith.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/calc/calc-arith.el b/lisp/calc/calc-arith.el
index df9936a670b..a5c52324049 100644
--- a/lisp/calc/calc-arith.el
+++ b/lisp/calc/calc-arith.el
@@ -27,12 +27,10 @@
27;;; Code: 27;;; Code:
28 28
29;; This file is autoloaded from calc-ext.el. 29;; This file is autoloaded from calc-ext.el.
30(require 'calc-ext)
31 30
31(require 'calc-ext)
32(require 'calc-macs) 32(require 'calc-macs)
33 33
34(defun calc-Need-calc-arith () nil)
35
36;;; The following lists are not exhaustive. 34;;; The following lists are not exhaustive.
37(defvar math-scalar-functions '(calcFunc-det 35(defvar math-scalar-functions '(calcFunc-det
38 calcFunc-cnorm calcFunc-rnorm 36 calcFunc-cnorm calcFunc-rnorm
@@ -2821,5 +2819,7 @@
2821 (math-commutative-collect (nth 2 b) (not neg))) 2819 (math-commutative-collect (nth 2 b) (not neg)))
2822 (setq math-com-bterms (cons (if neg (math-neg b) b) math-com-bterms))))) 2820 (setq math-com-bterms (cons (if neg (math-neg b) b) math-com-bterms)))))
2823 2821
2822(provide 'calc-arith)
2823
2824;;; arch-tag: 6c396b5b-14c6-40ed-bb2a-7cc2e8111465 2824;;; arch-tag: 6c396b5b-14c6-40ed-bb2a-7cc2e8111465
2825;;; calc-arith.el ends here 2825;;; calc-arith.el ends here