summaryrefslogtreecommitdiff
path: root/lisp/calc
diff options
context:
space:
mode:
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