From 43f34cccca8549bae9fbe4731aca24dce14a0b8e Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Tue, 30 Nov 2004 17:02:55 +0000 Subject: [PATCH] Add a provide statement. (calc-Need-calc-comb): Remove it. --- lisp/calc/calc-comb.el | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/lisp/calc/calc-comb.el b/lisp/calc/calc-comb.el index 8b0dffe3f15..24e3e5f182e 100644 --- a/lisp/calc/calc-comb.el +++ b/lisp/calc/calc-comb.el @@ -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,12 +27,10 @@ ;;; Code: ;; This file is autoloaded from calc-ext.el. -(require 'calc-ext) +(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 -- 2.39.5