diff lisp/calc/calc-funcs.el @ 58656:c60e5eef3cde

Add a provide statement. (calc-Need-calc-funcs): Remove it.
author Jay Belanger <jay.p.belanger@gmail.com>
date Tue, 30 Nov 2004 17:10:06 +0000
parents 695cf19ef79e
children 842c8b2c2940 f2ebccfa87d4
line wrap: on
line diff
--- a/lisp/calc/calc-funcs.el	Tue Nov 30 17:09:05 2004 +0000
+++ b/lisp/calc/calc-funcs.el	Tue Nov 30 17:10:06 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-funcs () nil)
-
-
 (defun calc-inc-gamma (arg)
   (interactive "P")
   (calc-slow-wrapper
@@ -972,6 +968,7 @@
   (math-sub 1 (calcFunc-utpt tt v)))
 (put 'calcFunc-ltpt 'math-expandable t)
 
+(provide 'calc-funcs)
 
 ;;; arch-tag: 421ddb7a-550f-4dda-a31c-06638ebfc43a
 ;;; calc-funcs.el ends here