# HG changeset patch # User Jay Belanger # Date 1101835458 0 # Node ID 2b456d2d12eb74282c5fdef4fc447ee7611dbd9d # Parent 904fb3627e77c75c07d936fd0d76728e02eb4d83 Add a provide statement. (calc-Need-calc-stat): Remove it. diff -r 904fb3627e77 -r 2b456d2d12eb lisp/calc/calc-stat.el --- a/lisp/calc/calc-stat.el Tue Nov 30 17:23:06 2004 +0000 +++ b/lisp/calc/calc-stat.el Tue Nov 30 17:24:18 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,13 +27,10 @@ ;;; 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) @@ -586,5 +582,7 @@ (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