summaryrefslogtreecommitdiff
path: root/lisp/find-dired.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-05-03 23:47:06 +0000
committerKarl Heuer <kwzh@gnu.org>1994-05-03 23:47:06 +0000
commit0c8623440de643a95e3bfcd2e442ce53b96a6a25 (patch)
tree894188c1821aec4eb1e0b0cc5c8710ba051dbd29 /lisp/find-dired.el
parent1ec9a6ce565503c24989ab76cef572fbf0708cac (diff)
downloademacs-0c8623440de643a95e3bfcd2e442ce53b96a6a25.tar.gz
Update copyright.
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 9c2af423c07..6844699eb36 100644
--- a/lisp/find-dired.el
+++ b/lisp/find-dired.el
@@ -1,14 +1,14 @@
;;; find-dired.el --- run a `find' command and dired the output
-;;; Copyright (C) 1992 Free Software Foundation, Inc.
+;;; Copyright (C) 1992, 1994 Free Software Foundation, Inc.
;; Author: Roland McGrath <roland@gnu.ai.mit.edu>,
;; Sebastian Kremer <sk@thp.uni-koeln.de>
;; Maintainer: Sebastian Kremer <sk@thp.uni-koeln.de>
;; Keywords: unix
-(defconst find-dired-version (substring "$Revision: 1.14 $" 11 -2)
- "$Id: find-dired.el,v 1.14 1994/01/06 04:39:00 rms Exp rms $")
+(defconst find-dired-version (substring "$Revision: 1.15 $" 11 -2)
+ "$Id: find-dired.el,v 1.15 1994/04/24 08:15:55 rms Exp kwzh $")
;;; 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: 1994/01/06 04:39:00 $|$Revision: 1.14 $|
+;; |$Date: 1994/04/24 08:15:55 $|$Revision: 1.15 $|
;; INSTALLATION ======================================================