Mercurial > emacs
changeset 58653:1fd405160ceb
Add a provide statement.
(calc-Need-calc-fin): Remove it.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 30 Nov 2004 17:07:25 +0000 |
parents | 5f04991ece3d |
children | bd70627265a0 |
files | lisp/calc/calc-fin.el |
diffstat | 1 files changed, 4 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-fin.el Tue Nov 30 17:06:07 2004 +0000 +++ b/lisp/calc/calc-fin.el Tue Nov 30 17:07:25 2004 +0000 @@ -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-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