1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

Add a provide statement.

(calc-Need-calc-arith): Remove it.
This commit is contained in:
Jay Belanger 2004-11-30 17:01:18 +00:00
parent 41cf648ddc
commit 5e30155bca

View File

@ -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