Mercurial > emacs
changeset 58612:d48ee50961f3
Move provide to end of file.
(calc-need-macros): Remove unnecessary function.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Mon, 29 Nov 2004 05:56:56 +0000 |
parents | 79b3fe261527 |
children | 3eb7a394510d |
files | lisp/calc/calc-macs.el |
diffstat | 1 files changed, 3 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 <daveg@synaptics.com> -;; Maintainers: D. Goel <deego@gnufans.org> -;; Colin Walters <walters@debian.org> +;; Maintainer: Jay Belanger <belanger@truman.edu> ;; 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