]> code.delx.au - gnu-emacs/blobdiff - lisp/calc/calc-macs.el
(calc-time, calc-date-notation, math-this-year, math-parse-date)
[gnu-emacs] / lisp / calc / calc-macs.el
index 7d4cd14e76e155e541b01a93b94a700ef88376cf..8b532a49e98fb2f3567f0afd49ea3fec1aa1a05a 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <daveg@synaptics.com>
-;; Maintainer: 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