]> code.delx.au - gnu-emacs/blobdiff - lisp/calc/calc-incom.el
(calc-sec, calc-csc, calc-cot, calc-sech, calc-csch, calc-coth)
[gnu-emacs] / 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