# HG changeset patch # User Jay Belanger # Date 1101834175 0 # Node ID 8e22992b0894eac3238fc2d1d2f7773fc6c67bb2 # Parent 617cbf064b4bf3f0310f8fe1f68c7b87f3da0b86 Add a provide statement. (calc-Need-calc-comb): Remove it. diff -r 617cbf064b4b -r 8e22992b0894 lisp/calc/calc-comb.el --- 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 -;; 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-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