]> code.delx.au - gnu-emacs/blobdiff - lisp/calc/calc-fin.el
Update copyright date.
[gnu-emacs] / lisp / calc / calc-fin.el
index 85c9700f55c76cd99289a2a5fe431cee10dcb10d..88af22746a0ac1bb3f588f175418904daf6423f7 100644 (file)
@@ -1,6 +1,9 @@
-;; Calculator for GNU Emacs, part II [calc-fin.el]
+;;; calc-fin.el --- financial functions for Calc
+
 ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
-;; Written by Dave Gillespie, daveg@synaptics.com.
+
+;; Author: David Gillespie <daveg@synaptics.com>
+;; Maintainer: Jay Belanger <belanger@truman.edu>
 
 ;; This file is part of GNU Emacs.
 
 ;; file named COPYING.  Among other things, the copyright notice
 ;; and this notice must be preserved on all copies.
 
+;;; Commentary:
 
+;;; 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 ()
                  book salvage)))
       res)))
 
+(provide 'calc-fin)
+
+;;; arch-tag: 82f30ca8-d02f-4b33-84b4-bb6ecd84597b
 ;;; calc-fin.el ends here