diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-05-03 23:47:06 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-05-03 23:47:06 +0000 |
commit | 8f1204db34c0e8380f1eb81c9202520511744be3 (patch) | |
tree | 56bacedc74e969f95709747a5ebb4a4f2a453742 /lisp/find-dired.el | |
parent | 325e3af2760eebf750390bfebdf4ee058227e8e4 (diff) | |
download | emacs-8f1204db34c0e8380f1eb81c9202520511744be3.tar.gz |
Update copyright.
Diffstat (limited to 'lisp/find-dired.el')
-rw-r--r-- | lisp/find-dired.el | 8 |
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 ====================================================== |