diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 11:39:42 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 11:39:42 +0000 |
commit | 6a05d05fafe43d1546cef84b004372b784d3792f (patch) | |
tree | 93fb7b766185e1e1945bb413a6beb7673a755b14 /lisp/find-lisp.el | |
parent | bfb01a95c2de0a4f3f78b26829793b284c265578 (diff) | |
download | emacs-6a05d05fafe43d1546cef84b004372b784d3792f.tar.gz |
Fixes to follow coding conventions.
Diffstat (limited to 'lisp/find-lisp.el')
-rw-r--r-- | lisp/find-lisp.el | 10 |
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 |