From 59f2c6c09b4596d0d0a0dcce02599f24d856a4be Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Tue, 30 Nov 2004 17:30:34 +0000 Subject: [PATCH] Add a provide statement. (calc-Need-calc-alg-2): Remove it. --- lisp/calc/calcalg2.el | 7 +++---- 1 file 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 -- 2.39.5