# HG changeset patch # User Jay Belanger # Date 1101834226 0 # Node ID d0909149f67b158e05f35584cd2722e2ac10162f # Parent 8e22992b0894eac3238fc2d1d2f7773fc6c67bb2 Add a provide statement. (calc-Need-calc-cplx): Remove it. diff -r 8e22992b0894 -r d0909149f67b lisp/calc/calc-cplx.el --- a/lisp/calc/calc-cplx.el Tue Nov 30 17:02:55 2004 +0000 +++ b/lisp/calc/calc-cplx.el Tue Nov 30 17:03:46 2004 +0000 @@ -3,8 +3,7 @@ ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc. ;; Author: David Gillespie -;; Maintainers: D. Goel -;; Colin Walters +;; Maintainer: Jay Belanger ;; This file is part of GNU Emacs. @@ -28,13 +27,10 @@ ;;; Code: ;; This file is autoloaded from calc-ext.el. + (require 'calc-ext) - (require 'calc-macs) -(defun calc-Need-calc-cplx () nil) - - (defun calc-argument (arg) (interactive "P") (calc-slow-wrapper @@ -358,5 +354,7 @@ (t (calc-record-why 'numberp a) (list 'calcFunc-im a))))) +(provide 'calc-cplx) + ;;; arch-tag: de73a331-941c-4507-ae76-46c76adc70dd ;;; calc-cplx.el ends here