summaryrefslogtreecommitdiff
path: root/lisp/find-lisp.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/find-lisp.el')
-rw-r--r--lisp/find-lisp.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/find-lisp.el b/lisp/find-lisp.el
index b59978a54f4..937a82348f3 100644
--- a/lisp/find-lisp.el
+++ b/lisp/find-lisp.el
@@ -1,9 +1,9 @@
-;;; find-lisp.el --- Emulation of find in Emacs Lisp
+;;; find-lisp.el --- emulation of find in Emacs Lisp
-;; Author: Peter Breton
+;; Author: Peter Breton
;; Created: Fri Mar 26 1999
;; Keywords: unix
-;; Time-stamp: <2000-10-04 00:17:29 pbreton>
+;; Time-stamp: <2001-07-16 12:42:35 pavel>
;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
@@ -356,8 +356,8 @@ It is a function which takes two arguments, the directory and its parent."
(provide 'find-lisp)
-;;; find-lisp.el ends here
-
;; Local Variables:
;; autocompile: t
;; End:
+
+;;; find-lisp.el ends here