emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/find-dired.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/find-dired.el
Date: Sat, 02 Mar 2002 19:34:32 -0500

Index: emacs/lisp/find-dired.el
diff -c emacs/lisp/find-dired.el:1.36 emacs/lisp/find-dired.el:1.37
*** emacs/lisp/find-dired.el:1.36       Thu Dec 27 21:13:21 2001
--- emacs/lisp/find-dired.el    Sat Mar  2 19:34:32 2002
***************
*** 183,189 ****
    ;; by FIFOs and devices.  I'm not sure what's best to do
    ;; about symlinks, so as far as I know this is not wrong.
    (find-dired dir
!             (concat "-type f -exec grep " find-grep-options " "
                      args " {} \\\; ")))
  
  (defun find-dired-filter (proc string)
--- 183,190 ----
    ;; by FIFOs and devices.  I'm not sure what's best to do
    ;; about symlinks, so as far as I know this is not wrong.
    (find-dired dir
!             (concat "-type f -exec grep " find-grep-options " -e "
!                     (shell-quote-argument args)
                      args " {} \\\; ")))
  
  (defun find-dired-filter (proc string)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]