/[emacs]/emacs/lisp/calc/calc-comb.el
ViewVC logotype

Diff of /emacs/lisp/calc/calc-comb.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by jpb, Thu Nov 11 20:59:02 2004 UTC revision 1.8 by jpb, Tue Nov 30 17:02:55 2004 UTC
# Line 3  Line 3 
3  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
4    
5  ;; Author: David Gillespie <daveg@synaptics.com>  ;; Author: David Gillespie <daveg@synaptics.com>
6  ;; Maintainers: D. Goel <deego@gnufans.org>  ;; Maintainer: Jay Belanger <belanger@truman.edu>
 ;;              Colin Walters <walters@debian.org>  
7    
8  ;; This file is part of GNU Emacs.  ;; This file is part of GNU Emacs.
9    
# Line 28  Line 27 
27  ;;; Code:  ;;; Code:
28    
29  ;; This file is autoloaded from calc-ext.el.  ;; This file is autoloaded from calc-ext.el.
 (require 'calc-ext)  
30    
31    (require 'calc-ext)
32  (require 'calc-macs)  (require 'calc-macs)
33    
 (defun calc-Need-calc-comb () nil)  
   
34  (defconst math-primes-table  (defconst math-primes-table
35    [2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89    [2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89
36       97 101 103 107 109 113 127 131 137 139 149 151 157 163 167 173 179 181       97 101 103 107 109 113 127 131 137 139 149 151 157 163 167 173 179 181
# Line 1020  Line 1017 
1017          (aref math-primes-table hi))          (aref math-primes-table hi))
1018      2))      2))
1019    
1020    (provide 'calc-comb)
   
1021    
1022  ;;; arch-tag: 1d75ee9b-0815-42bd-a321-bb3dc001cc02  ;;; arch-tag: 1d75ee9b-0815-42bd-a321-bb3dc001cc02
1023  ;;; calc-comb.el ends here  ;;; calc-comb.el ends here

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26