summaryrefslogtreecommitdiff
path: root/lisp/calc
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2004-11-30 17:08:20 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2004-11-30 17:08:20 +0000
commit76216e5acd53a56d34586bf782efffac9afbe594 (patch)
tree8e258db59bb7d4a2caa13ddf9e4ce496e2de9d4b /lisp/calc
parent7bd611343eeafdd72174f8d6c957a2618492f0a8 (diff)
downloademacs-76216e5acd53a56d34586bf782efffac9afbe594.tar.gz
emacs-76216e5acd53a56d34586bf782efffac9afbe594.tar.bz2
emacs-76216e5acd53a56d34586bf782efffac9afbe594.zip
Add a provide statement.
(calc-Need-calc-forms): Remove it.
Diffstat (limited to 'lisp/calc')
-rw-r--r--lisp/calc/calc-forms.el10
1 files changed, 4 insertions, 6 deletions
diff --git a/lisp/calc/calc-forms.el b/lisp/calc/calc-forms.el
index 146427b761c..d4ddada6a0c 100644
--- a/lisp/calc/calc-forms.el
+++ b/lisp/calc/calc-forms.el
@@ -3,8 +3,7 @@
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2004 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-forms () nil)
-
-
(defun calc-time ()
(interactive)
(calc-wrapper
@@ -1858,5 +1854,7 @@ and ends on the last Sunday of October at 2 a.m."
(math-read-token)
res))
+(provide 'calc-forms)
+
;;; arch-tag: a3d8f33b-9508-4043-8060-d02b8c9c750c
;;; calc-forms.el ends here