From: Jay Belanger Date: Tue, 30 Nov 2004 17:31:45 +0000 (+0000) Subject: Add a provide statement. X-Git-Tag: ttn-vms-21-2-B4~3509 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cfd31ee4dca831a94f15f9553ab4ebae3ec2e694;p=emacs.git Add a provide statement. (calc-Need-calc-comp): Remove it. --- diff --git a/lisp/calc/calccomp.el b/lisp/calc/calccomp.el index 0d69602070a..e76b3a34e09 100644 --- a/lisp/calc/calccomp.el +++ b/lisp/calc/calccomp.el @@ -27,12 +27,10 @@ ;;; Code: ;; This file is autoloaded from calc-ext.el. -(require 'calc-ext) +(require 'calc-ext) (require 'calc-macs) -(defun calc-Need-calc-comp () nil) - (defconst math-eqn-special-funcs '( calcFunc-log calcFunc-ln calcFunc-exp @@ -1771,5 +1769,7 @@ (math-comp-to-string-raw-step (cdr cl) indent)) "")) +(provide 'calccomp) + ;;; arch-tag: 7c45d10a-a286-4dab-af49-7ae8989fbf78 ;;; calccomp.el ends here