mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
Add a provide statement.
(calc-Need-calc-arith): Remove it.
This commit is contained in:
parent
41cf648ddc
commit
5e30155bca
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue