# HG changeset patch # User Jay Belanger # Date 1101834445 0 # Node ID 1fd405160cebf57152a13fa08f58f37e2b53607f # Parent 5f04991ece3d345b8efc920464a5888ce9c40bf8 Add a provide statement. (calc-Need-calc-fin): Remove it. diff -r 5f04991ece3d -r 1fd405160ceb lisp/calc/calc-fin.el --- 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 -;; 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-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