diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:54:21 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:54:21 +0000 |
commit | c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef (patch) | |
tree | 925fc795c6471c7b0904feba14782fdc5689308b /lisp/find-dired.el | |
parent | 84fc2cfa7d62e9ff77405340bae99cf5b1a9e164 (diff) | |
download | emacs-c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/find-dired.el')
-rw-r--r-- | lisp/find-dired.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/find-dired.el b/lisp/find-dired.el index 2afb4b435d4..ab5e3c43ef3 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -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 @@ Wildcards and redirection are handle as usual in the shell." (provide 'find-dired) +;;; find-dired.el ends here |