From: Jay Belanger Date: Tue, 30 Nov 2004 17:07:25 +0000 (+0000) Subject: Add a provide statement. X-Git-Tag: ttn-vms-21-2-B4~3539 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7bd611343eeafdd72174f8d6c957a2618492f0a8;p=emacs.git Add a provide statement. (calc-Need-calc-fin): Remove it. --- diff --git a/lisp/calc/calc-fin.el b/lisp/calc/calc-fin.el index 74b5b0dbee2..88af22746a0 100644 --- a/lisp/calc/calc-fin.el +++ b/lisp/calc/calc-fin.el @@ -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-ext) (require 'calc-macs) -(defun calc-Need-calc-fin () nil) - - ;;; Financial functions. (defun calc-fin-pv () @@ -413,5 +409,7 @@ book salvage))) res))) +(provide 'calc-fin) + ;;; arch-tag: 82f30ca8-d02f-4b33-84b4-bb6ecd84597b ;;; calc-fin.el ends here