changeset 58649:8e22992b0894

Add a provide statement. (calc-Need-calc-comb): Remove it.
author Jay Belanger <jay.p.belanger@gmail.com>
date Tue, 30 Nov 2004 17:02:55 +0000
parents 617cbf064b4b
children d0909149f67b
files lisp/calc/calc-comb.el
diffstat 1 files changed, 3 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calc/calc-comb.el	Tue Nov 30 17:02:05 2004 +0000
+++ b/lisp/calc/calc-comb.el	Tue Nov 30 17:02:55 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,12 +27,10 @@
 ;;; Code:
 
 ;; This file is autoloaded from calc-ext.el.
+
 (require 'calc-ext)
-
 (require 'calc-macs)
 
-(defun calc-Need-calc-comb () nil)
-
 (defconst math-primes-table
   [2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89
      97 101 103 107 109 113 127 131 137 139 149 151 157 163 167 173 179 181
@@ -1020,8 +1017,7 @@
 	(aref math-primes-table hi))
     2))
 
-
-
+(provide 'calc-comb)
 
 ;;; arch-tag: 1d75ee9b-0815-42bd-a321-bb3dc001cc02
 ;;; calc-comb.el ends here