diff lisp/calc/calccomp.el @ 58683:1752ff980918

Add a provide statement. (calc-Need-calc-comp): Remove it.
author Jay Belanger <jay.p.belanger@gmail.com>
date Tue, 30 Nov 2004 17:31:45 +0000
parents 02afd0c73e8e
children 53059b002005 f2ebccfa87d4
line wrap: on
line diff
--- a/lisp/calc/calccomp.el	Tue Nov 30 17:31:13 2004 +0000
+++ b/lisp/calc/calccomp.el	Tue Nov 30 17:31:45 2004 +0000
@@ -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