/[emacs]/emacs/lisp/find-dired.el
ViewVC logotype

Diff of /emacs/lisp/find-dired.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.40 by rms, Fri Mar 8 09:35:44 2002 UTC revision 1.41 by schwab, Thu Apr 25 16:30:36 2002 UTC
# Line 1  Line 1 
1  ;;; find-dired.el --- run a `find' command and dired the output  ;;; find-dired.el --- run a `find' command and dired the output
2    
3  ;; Copyright (C) 1992, 1994, 1995, 2000 Free Software Foundation, Inc.  ;; Copyright (C) 1992, 1994, 1995, 2000, 2002 Free Software Foundation, Inc.
4    
5  ;; Author: Roland McGrath <roland@gnu.org>,  ;; Author: Roland McGrath <roland@gnu.org>,
6  ;;         Sebastian Kremer <sk@thp.uni-koeln.de>  ;;         Sebastian Kremer <sk@thp.uni-koeln.de>
# Line 159  The command run (after changing into DIR Line 159  The command run (after changing into DIR
159      find . -name 'PATTERN' -ls"      find . -name 'PATTERN' -ls"
160    (interactive    (interactive
161     "DFind-name (directory): \nsFind-name (filename wildcard): ")     "DFind-name (directory): \nsFind-name (filename wildcard): ")
162    (find-dired dir (concat "-name '" (shell-quote-argument pattern) "'")))    (find-dired dir (concat "-name " (shell-quote-argument pattern))))
163    
164  ;; This functionality suggested by  ;; This functionality suggested by
165  ;; From: oblanc@watcgl.waterloo.edu (Olivier Blanc)  ;; From: oblanc@watcgl.waterloo.edu (Olivier Blanc)

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26