]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a provide statement.
authorJay Belanger <jay.p.belanger@gmail.com>
Tue, 30 Nov 2004 17:12:21 +0000 (17:12 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Tue, 30 Nov 2004 17:12:21 +0000 (17:12 +0000)
(calc-Need-calc-incom): Remove it.

lisp/calc/calc-incom.el

index b79daebdb40b24fa9c3227243a6142c1472f1b29..691380e18fe7bc5f604f4c4b14e35232145a7dd3 100644 (file)
 ;;; Code:
 
 ;; This file is autoloaded from calc-ext.el.
-(require 'calc-ext)
 
+(require 'calc-ext)
 (require 'calc-macs)
 
-(defun calc-Need-calc-incom () nil)
-
-
 ;;; Incomplete forms.
 
 (defun calc-begin-complex ()
         (error "Interval form is incomplete"))
        (t (error "Object is incomplete"))))
 
+(provide 'calc-incom)
+
 ;;; arch-tag: b8001270-4dc7-481b-a3e3-a952e19b390d
 ;;; calc-incom.el ends here