Mercurial > emacs
changeset 58681:f4f966b4564d
Add a provide statement.
(calc-Need-calc-alg-2): Remove it.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 30 Nov 2004 17:30:34 +0000 |
parents | fccfcd7c10f3 |
children | 5c599b26887e |
files | lisp/calc/calcalg2.el |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calcalg2.el Tue Nov 30 17:29:51 2004 +0000 +++ b/lisp/calc/calcalg2.el Tue Nov 30 17:30:34 2004 +0000 @@ -27,13 +27,10 @@ ;;; Code: ;; This file is autoloaded from calc-ext.el. + (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