emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-comb.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-comb.el [lexbind]
Date: Wed, 08 Dec 2004 19:38:21 -0500

Index: emacs/lisp/calc/calc-comb.el
diff -c emacs/lisp/calc/calc-comb.el:1.3.4.3 
emacs/lisp/calc/calc-comb.el:1.3.4.4
*** emacs/lisp/calc/calc-comb.el:1.3.4.3        Fri Nov 12 04:21:20 2004
--- emacs/lisp/calc/calc-comb.el        Wed Dec  8 23:36:21 2004
***************
*** 3,10 ****
  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
! ;; Maintainers: D. Goel <address@hidden>
! ;;              Colin Walters <address@hidden>
  
  ;; This file is part of GNU Emacs.
  
--- 3,9 ----
  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
! ;; Maintainer: Jay Belanger <address@hidden>
  
  ;; This file is part of GNU Emacs.
  
***************
*** 28,39 ****
  ;;; 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
--- 27,36 ----
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
  
+ (require 'calc-ext)
  (require 'calc-macs)
  
  (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,1027 ****
        (aref math-primes-table hi))
      2))
  
! 
! 
  
  ;;; arch-tag: 1d75ee9b-0815-42bd-a321-bb3dc001cc02
  ;;; calc-comb.el ends here
--- 1017,1023 ----
        (aref math-primes-table hi))
      2))
  
! (provide 'calc-comb)
  
  ;;; arch-tag: 1d75ee9b-0815-42bd-a321-bb3dc001cc02
  ;;; calc-comb.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]