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-stat.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-stat.el [emacs-unicode-2]
Date: Wed, 08 Dec 2004 01:03:23 -0500

Index: emacs/lisp/calc/calc-stat.el
diff -c emacs/lisp/calc/calc-stat.el:1.5.4.1 
emacs/lisp/calc/calc-stat.el:1.5.4.2
*** emacs/lisp/calc/calc-stat.el:1.5.4.1        Fri Apr 16 12:50:12 2004
--- emacs/lisp/calc/calc-stat.el        Wed Dec  8 05:02:17 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,40 ****
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
- (require 'calc-ext)
  
  (require 'calc-macs)
  
- (defun calc-Need-calc-stat () nil)
- 
- 
  ;;; Statistical operations on vectors.
  
  (defun calc-vector-count (arg)
--- 27,36 ----
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
  
+ (require 'calc-ext)
  (require 'calc-macs)
  
  ;;; Statistical operations on vectors.
  
  (defun calc-vector-count (arg)
***************
*** 586,590 ****
--- 582,588 ----
                 (math-div (math-mul suminvsqrwts (1- len)) len))
             (if pop len (1- len)))))))))
  
+ (provide 'calc-stat)
+ 
  ;;; arch-tag: 423858e9-8513-489c-9f35-710cd9d9c307
  ;;; calc-stat.el ends here




reply via email to

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