From 5e30155bca9aae7c31a0d44f9e83ef36fead16cd Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Tue, 30 Nov 2004 17:01:18 +0000 Subject: [PATCH] Add a provide statement. (calc-Need-calc-arith): Remove it. --- lisp/calc/calc-arith.el | 6 +++--- 1 file 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 @@ ;;; 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 @@ -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 -- 2.39.2