summaryrefslogtreecommitdiff
path: root/lisp/find-lisp.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-16 11:39:42 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-16 11:39:42 +0000
commit775b2d32f0fa52b0e8abb3799624aebefe2342ea (patch)
tree127fd01b433e6c76a119298d142dce4189764d8b /lisp/find-lisp.el
parenta9fd0bd67f1534ae86371055069d4ab36458655e (diff)
downloademacs-775b2d32f0fa52b0e8abb3799624aebefe2342ea.tar.gz
Fixes to follow coding conventions.
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