summaryrefslogtreecommitdiff
path: root/lisp/find-dired.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-17 15:58:09 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-17 15:58:09 +0000
commit1281134abed3f933af16eb78863f19d0fadc8d22 (patch)
tree5978354572eeed479b1e5bfb6cc4b0990ff6dd81 /lisp/find-dired.el
parent87742f0063dc5fba514410ac46d4838d8233de21 (diff)
downloademacs-1281134abed3f933af16eb78863f19d0fadc8d22.tar.gz
Add standard library headers.
Diffstat (limited to 'lisp/find-dired.el')
-rw-r--r--lisp/find-dired.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/find-dired.el b/lisp/find-dired.el
index bb1f29f4b6f..5fa664ed424 100644
--- a/lisp/find-dired.el
+++ b/lisp/find-dired.el
@@ -1,4 +1,4 @@
-;; find-dired.el --- run a `find' command and dired the output
+;;; find-dired.el --- run a `find' command and dired the output
;;; Copyright (C) 1992 Free Software Foundation, Inc.
@@ -7,8 +7,8 @@
;; Maintainer: Sebastian Kremer <sk@thp.uni-koeln.de>
;; Keywords: unix
-(defconst find-dired-version (substring "$Revision: 1.15 $" 11 -2)
- "$Id: find-dired.el,v 1.15 1992/09/26 11:48:45 sk Exp $")
+(defconst find-dired-version (substring "$Revision: 1.10 $" 11 -2)
+ "$Id: find-dired.el,v 1.10 1992/09/27 01:24:00 roland Exp eric $")
;;; This program is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
@@ -33,7 +33,7 @@
;; find-dired|Roland McGrath, Sebastian Kremer
;; |roland@gnu.ai.mit.edu, sk@thp.uni-koeln.de
;; |Run a `find' command and dired the output
-;; |$Date: 1992/09/26 11:48:45 $|$Revision: 1.15 $|
+;; |$Date: 1992/09/27 01:24:00 $|$Revision: 1.10 $|
;; INSTALLATION ======================================================