Add a provide statement.

(calc-Need-calc-comp): Remove it.
This commit is contained in:
Jay Belanger 2004-11-30 17:31:45 +00:00
parent c728e63356
commit cfd31ee4dc

View file

@ -27,12 +27,10 @@
;;; Code:
;; This file is autoloaded from calc-ext.el.
(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