From f50dfd02cb491bd3fdbb18a8592eecb776ad3ada Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Mon, 29 Nov 2004 05:56:56 +0000 Subject: [PATCH] Move provide to end of file. (calc-need-macros): Remove unnecessary function. --- lisp/calc/calc-macs.el | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 -- 2.39.5