# HG changeset patch # User Jay Belanger # Date 1101835579 0 # Node ID 0f204f1642ec1b4f9aaa1546310d915cbd87bc2b # Parent 0efdac1406ea7022c4af3c6920ec7956611ed3d8 Add a provide statement. (calc-Need-calc-trail): Remove it. diff -r 0efdac1406ea -r 0f204f1642ec lisp/calc/calc-trail.el --- a/lisp/calc/calc-trail.el Tue Nov 30 17:25:40 2004 +0000 +++ b/lisp/calc/calc-trail.el Tue Nov 30 17:26:19 2004 +0000 @@ -3,8 +3,7 @@ ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc. ;; Author: David Gillespie -;; Maintainers: D. Goel -;; Colin Walters +;; Maintainer: Jay Belanger ;; 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-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