From: Jay Belanger Date: Tue, 30 Nov 2004 17:10:06 +0000 (+0000) Subject: Add a provide statement. X-Git-Tag: ttn-vms-21-2-B4~3536 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=300f28d368b3a9188a82c79c4ca587eae5484c9c;p=emacs.git Add a provide statement. (calc-Need-calc-funcs): Remove it. --- diff --git a/lisp/calc/calc-funcs.el b/lisp/calc/calc-funcs.el index fcf11bd65e9..9a0802f0a2b 100644 --- a/lisp/calc/calc-funcs.el +++ b/lisp/calc/calc-funcs.el @@ -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-ext) (require 'calc-macs) -(defun calc-Need-calc-funcs () nil) - - (defun calc-inc-gamma (arg) (interactive "P") (calc-slow-wrapper @@ -972,6 +968,7 @@ (math-sub 1 (calcFunc-utpt tt v))) (put 'calcFunc-ltpt 'math-expandable t) +(provide 'calc-funcs) ;;; arch-tag: 421ddb7a-550f-4dda-a31c-06638ebfc43a ;;; calc-funcs.el ends here