summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-incom.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calc/calc-incom.el')
-rw-r--r--lisp/calc/calc-incom.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/calc/calc-incom.el b/lisp/calc/calc-incom.el
index b79daebdb40..691380e18fe 100644
--- a/lisp/calc/calc-incom.el
+++ b/lisp/calc/calc-incom.el
@@ -27,13 +27,10 @@
;;; 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 ()
@@ -232,5 +229,7 @@
(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