Mercurial > emacs
changeset 58659:324e147417aa
Add a provide statement.
(calc-Need-calc-incom): Remove it.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 30 Nov 2004 17:12:21 +0000 |
parents | 8564d764ff4d |
children | 4ad5e0d74a81 |
files | lisp/calc/calc-incom.el |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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