summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-incom.el
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2004-11-30 17:12:21 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2004-11-30 17:12:21 +0000
commitc66b0f18d9bbbad2327dc169d7c4a44302a11de6 (patch)
treeaa217454c8d85953971961761cd1ace29d8fde75 /lisp/calc/calc-incom.el
parent42c76e340f0cd9247288b6ada1e53ae10a575e53 (diff)
downloademacs-c66b0f18d9bbbad2327dc169d7c4a44302a11de6.tar.gz
Add a provide statement.
(calc-Need-calc-incom): Remove it.
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