diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2004-11-30 17:26:19 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2004-11-30 17:26:19 +0000 |
commit | 07b7530a38d9d2516b3ee5f6a0338bd7c9b2670e (patch) | |
tree | 323d80e4e4b05f1950258452c813299390b1a3be /lisp/calc/calc-trail.el | |
parent | a2e360d6fadfe9d41a65988d426ff8bd002f8771 (diff) | |
download | emacs-07b7530a38d9d2516b3ee5f6a0338bd7c9b2670e.tar.gz |
Add a provide statement.
(calc-Need-calc-trail): Remove it.
Diffstat (limited to 'lisp/calc/calc-trail.el')
-rw-r--r-- | lisp/calc/calc-trail.el | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lisp/calc/calc-trail.el b/lisp/calc/calc-trail.el index cee2b4fc461..4ecc9a06651 100644 --- a/lisp/calc/calc-trail.el +++ b/lisp/calc/calc-trail.el @@ -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. @@ -28,13 +27,10 @@ ;;; 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 () @@ -177,5 +173,7 @@ (kill-line n))) (calc-trail-here))) +(provide 'calc-trail) + ;;; arch-tag: 59b76655-d882-4aab-a3ee-b83870e530d0 ;;; calc-trail.el ends here |