diff lisp/find-dired.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents 4cd7543be581
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/find-dired.el	Sat May 30 23:52:26 1992 +0000
+++ b/lisp/find-dired.el	Sat May 30 23:54:21 1992 +0000
@@ -1,4 +1,5 @@
-;;; find-dired.el -- Run a `find' command and dired the output
+;; find-dired.el --- run a `find' command and dired the output
+
 ;;; Copyright (C) 1991 Roland McGrath
 
 (defconst find-dired-version (substring "$Revision: 1.9 $" 11 -2)
@@ -200,3 +201,4 @@
 
 (provide 'find-dired)
 
+;;; find-dired.el ends here