Move provide to end of file.
authorJay Belanger <jay.p.belanger@gmail.com>
Mon, 29 Nov 2004 05:56:56 +0000 (05:56 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Mon, 29 Nov 2004 05:56:56 +0000 (05:56 +0000)
(calc-need-macros): Remove unnecessary function.

lisp/calc/calc-macs.el

index 68a9215..8b532a4 100644 (file)
@@ -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.
 
 
 ;;; Code:
 
-(provide 'calc-macs)
-
-(defun calc-need-macros () nil)
-
 (defmacro calc-wrapper (&rest body)
   `(calc-do (function (lambda ()
                        ,@body))))
     (or (consp b)
        (< a b))))
 
+(provide 'calc-macs)
+
 ;;; arch-tag: 08ba8ec2-fcff-4b80-a079-ec661bdb057e
 ;;; calc-macs.el ends here