Mercurial > emacs
changeset 58654:bd70627265a0
Add a provide statement.
(calc-Need-calc-forms): Remove it.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 30 Nov 2004 17:08:20 +0000 |
parents | 1fd405160ceb |
children | 4683e1bb5445 |
files | lisp/calc/calc-forms.el |
diffstat | 1 files changed, 4 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-forms.el Tue Nov 30 17:07:25 2004 +0000 +++ b/lisp/calc/calc-forms.el Tue Nov 30 17:08:20 2004 +0000 @@ -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-macs) -(defun calc-Need-calc-forms () nil) - - (defun calc-time () (interactive) (calc-wrapper @@ -1858,5 +1854,7 @@ (math-read-token) res)) +(provide 'calc-forms) + ;;; arch-tag: a3d8f33b-9508-4043-8060-d02b8c9c750c ;;; calc-forms.el ends here