# HG changeset patch # User Jay Belanger # Date 1101707816 0 # Node ID d48ee50961f391a40c7dca6df93a50261ff260d6 # Parent 79b3fe2615273d6e334f89d137ec17cee05f4ba2 Move provide to end of file. (calc-need-macros): Remove unnecessary function. diff -r 79b3fe261527 -r d48ee50961f3 lisp/calc/calc-macs.el --- a/lisp/calc/calc-macs.el Mon Nov 29 05:56:06 2004 +0000 +++ b/lisp/calc/calc-macs.el Mon Nov 29 05:56:56 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. @@ -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