summaryrefslogtreecommitdiff
path: root/lisp/calc
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2004-11-30 17:30:34 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2004-11-30 17:30:34 +0000
commit59f2c6c09b4596d0d0a0dcce02599f24d856a4be (patch)
tree0942c805c58e4cc1cbe1b9857b7b7c5b31693511 /lisp/calc
parent451d4c5cff14665203550799c9f7be8d444ff668 (diff)
downloademacs-59f2c6c09b4596d0d0a0dcce02599f24d856a4be.tar.gz
Add a provide statement.
(calc-Need-calc-alg-2): Remove it.
Diffstat (limited to 'lisp/calc')
-rw-r--r--lisp/calc/calcalg2.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/calc/calcalg2.el b/lisp/calc/calcalg2.el
index e1198bab8b3..18b6c1328d7 100644
--- a/lisp/calc/calcalg2.el
+++ b/lisp/calc/calcalg2.el
@@ -27,13 +27,10 @@
;;; Code:
;; This file is autoloaded from calc-ext.el.
-(require 'calc-ext)
+(require 'calc-ext)
(require 'calc-macs)
-(defun calc-Need-calc-alg-2 () nil)
-
-
(defun calc-derivative (var num)
(interactive "sDifferentiate with respect to: \np")
(calc-slow-wrapper
@@ -3583,5 +3580,7 @@
(math-normalize accum))))
(list 'calcFunc-taylor expr var num))))
+(provide 'calcalg2)
+
;;; arch-tag: f2932ec8-dd63-418b-a542-11a644b9d4c4
;;; calcalg2.el ends here