]> code.delx.au - gnu-emacs/blobdiff - lisp/calc/calc-fin.el
Merged from emacs@sv.gnu.org
[gnu-emacs] / lisp / calc / calc-fin.el
index 74b5b0dbee24fdfbd6352936d4553aa34212c30c..0f4f00a958a76776f7c90982391479fcaedccd3c 100644 (file)
@@ -1,10 +1,10 @@
 ;;; calc-fin.el --- financial functions for Calc
 
-;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
+;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
+;;   2005, 2006 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.
 
 ;;; 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