diff options
author | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
commit | 49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch) | |
tree | 60c249f15b04478367256fef95c6fd7557f263b9 /lisp/find-dired.el | |
parent | 3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff) | |
download | emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/find-dired.el')
-rw-r--r-- | lisp/find-dired.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/find-dired.el b/lisp/find-dired.el index 472797b15dc..2afb4b435d4 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -46,8 +46,6 @@ ;; in your ~/.emacs. (require 'dired) -(provide 'find-dired) - ;;;###autoload (defvar find-ls-option (if (eq system-type 'berkeley-unix) "-ls" "-exec ls -ldi {} \\;") @@ -200,3 +198,5 @@ Wildcards and redirection are handle as usual in the shell." (start-process name buffer shell-file-name "-c" (concat "exec " (mapconcat 'identity args " ")))))) +(provide 'find-dired) + |