diff lisp/find-lisp.el @ 38431:853c3674f20a

Fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 11:39:42 +0000
parents f335708a19f2
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/lisp/find-lisp.el	Mon Jul 16 11:22:34 2001 +0000
+++ b/lisp/find-lisp.el	Mon Jul 16 11:39:42 2001 +0000
@@ -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 @@
 
 (provide 'find-lisp)
 
-;;; find-lisp.el ends here
-
 ;; Local Variables:
 ;; autocompile: t
 ;; End:
+
+;;; find-lisp.el ends here