diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-22 04:22:42 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-22 04:22:42 +0000 |
commit | 67f2ce7f106c0e82865fc82763fc16434fccd83b (patch) | |
tree | 670049b1bb67c520b3f50914185652568005b3cb /lisp/find-dired.el | |
parent | 1b40363386cb87ea5296b4bc4e96f66a07eab41d (diff) | |
download | emacs-67f2ce7f106c0e82865fc82763fc16434fccd83b.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/find-dired.el')
-rw-r--r-- | lisp/find-dired.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/find-dired.el b/lisp/find-dired.el index 69ea06c4a75..520a5dbc944 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -1,16 +1,15 @@ ;; find-dired.el --- run a `find' command and dired the output +;;; Copyright (C) 1991 Roland McGrath + ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> ;; Sebastian Kremer <sk@thp.uni-koeln.de> ;; Maintainer: Roland McGrath <roland@gnu.ai.mit.edu> -;; Last-Modified: 16 Mar 1992 ;; Keywords: unix (defconst find-dired-version (substring "$Revision: 1.9 $" 11 -2) "$Id: find-dired.el,v 1.9 1991/11/11 13:24:31 sk Exp $") -;;; Copyright (C) 1991 Roland McGrath - ;;; 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 ;;; the Free Software Foundation; either version 2, or (at your option) |