From: Jay Belanger Date: Tue, 30 Nov 2004 17:30:34 +0000 (+0000) Subject: Add a provide statement. X-Git-Tag: ttn-vms-21-2-B4~3511 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59f2c6c09b4596d0d0a0dcce02599f24d856a4be;p=emacs.git Add a provide statement. (calc-Need-calc-alg-2): Remove it. --- 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