From: Jay Belanger Date: Mon, 29 Nov 2004 05:56:56 +0000 (+0000) Subject: Move provide to end of file. X-Git-Tag: ttn-vms-21-2-B4~3579 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f50dfd02cb491bd3fdbb18a8592eecb776ad3ada;p=emacs.git Move provide to end of file. (calc-need-macros): Remove unnecessary function. --- diff --git a/lisp/calc/calc-macs.el b/lisp/calc/calc-macs.el index 68a92159d05..8b532a49e98 100644 --- a/lisp/calc/calc-macs.el +++ b/lisp/calc/calc-macs.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. @@ -27,10 +26,6 @@ ;;; Code: -(provide 'calc-macs) - -(defun calc-need-macros () nil) - (defmacro calc-wrapper (&rest body) `(calc-do (function (lambda () ,@body)))) @@ -201,5 +196,7 @@ (or (consp b) (< a b)))) +(provide 'calc-macs) + ;;; arch-tag: 08ba8ec2-fcff-4b80-a079-ec661bdb057e ;;; calc-macs.el ends here