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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/find-dired.el
Date: Thu, 25 Apr 2002 12:30:37 -0400

Index: emacs/lisp/find-dired.el
diff -c emacs/lisp/find-dired.el:1.40 emacs/lisp/find-dired.el:1.41
*** emacs/lisp/find-dired.el:1.40       Fri Mar  8 04:35:44 2002
--- emacs/lisp/find-dired.el    Thu Apr 25 12:30:36 2002
***************
*** 1,6 ****
  ;;; find-dired.el --- run a `find' command and dired the output
  
! ;; Copyright (C) 1992, 1994, 1995, 2000 Free Software Foundation, Inc.
  
  ;; Author: Roland McGrath <address@hidden>,
  ;;       Sebastian Kremer <address@hidden>
--- 1,6 ----
  ;;; find-dired.el --- run a `find' command and dired the output
  
! ;; Copyright (C) 1992, 1994, 1995, 2000, 2002 Free Software Foundation, Inc.
  
  ;; Author: Roland McGrath <address@hidden>,
  ;;       Sebastian Kremer <address@hidden>
***************
*** 159,165 ****
      find . -name 'PATTERN' -ls"
    (interactive
     "DFind-name (directory): \nsFind-name (filename wildcard): ")
!   (find-dired dir (concat "-name '" (shell-quote-argument pattern) "'")))
  
  ;; This functionality suggested by
  ;; From: address@hidden (Olivier Blanc)
--- 159,165 ----
      find . -name 'PATTERN' -ls"
    (interactive
     "DFind-name (directory): \nsFind-name (filename wildcard): ")
!   (find-dired dir (concat "-name " (shell-quote-argument pattern))))
  
  ;; This functionality suggested by
  ;; From: address@hidden (Olivier Blanc)



reply via email to

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