summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-cplx.el
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2004-11-30 17:03:46 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2004-11-30 17:03:46 +0000
commitb96bd98c39d9ddd78b5bb376f3364508125f5dc6 (patch)
treedda65b0e2b223545e7d5b84de03f6f1f4d584cc1 /lisp/calc/calc-cplx.el
parent43f34cccca8549bae9fbe4731aca24dce14a0b8e (diff)
downloademacs-b96bd98c39d9ddd78b5bb376f3364508125f5dc6.tar.gz
Add a provide statement.
(calc-Need-calc-cplx): Remove it.
Diffstat (limited to 'lisp/calc/calc-cplx.el')
-rw-r--r--lisp/calc/calc-cplx.el10
1 files changed, 4 insertions, 6 deletions
diff --git a/lisp/calc/calc-cplx.el b/lisp/calc/calc-cplx.el
index 0f9c0d1cf9b..90d90e666bb 100644
--- a/lisp/calc/calc-cplx.el
+++ b/lisp/calc/calc-cplx.el
@@ -3,8 +3,7 @@
;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
-;; Maintainers: D. Goel <deego@gnufans.org>
-;; Colin Walters <walters@debian.org>
+;; Maintainer: Jay Belanger <belanger@truman.edu>
;; 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-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