# HG changeset patch # User Jay Belanger # Date 1101834741 0 # Node ID 324e147417aa7cf06096f46c04edce674b4c503c # Parent 8564d764ff4d51ad3a792e654085256ff5976ba5 Add a provide statement. (calc-Need-calc-incom): Remove it. diff -r 8564d764ff4d -r 324e147417aa lisp/calc/calc-incom.el --- a/lisp/calc/calc-incom.el Tue Nov 30 17:11:37 2004 +0000 +++ b/lisp/calc/calc-incom.el Tue Nov 30 17:12:21 2004 +0000 @@ -27,13 +27,10 @@ ;;; Code: ;; This file is autoloaded from calc-ext.el. + (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