]> code.delx.au - gnu-emacs/blobdiff - lisp/calc/calc-trail.el
(calc-time, calc-date-notation, math-this-year, math-parse-date)
[gnu-emacs] / lisp / calc / calc-trail.el
index 5480b5c114c7f5768637cce834729919505d1b82..4ecc9a0665130b324c872ad2d30fa86064f52b80 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:
 
 ;; This file is autoloaded from calc-ext.el.
-(require 'calc-ext)
 
+(require 'calc-ext)
 (require 'calc-macs)
 
-(defun calc-Need-calc-trail () nil)
-
-
 ;;; Trail commands.
 
 (defun calc-trail-in ()
        (kill-line n)))
    (calc-trail-here)))
 
+(provide 'calc-trail)
+
+;;; arch-tag: 59b76655-d882-4aab-a3ee-b83870e530d0
 ;;; calc-trail.el ends here