> Date: Thu, 20 Dec 2007 17:10:03 -0800
> From: "Eric Hanchrow" <[EMAIL PROTECTED]>
> 
> -  (find-dired dir (concat "-name " (shell-quote-argument pattern))))
> +  (find-dired dir (concat
> +                   (if (memq system-type '(windows-nt cygwin))
> +                       "-iname "
> +                     "-name ")
> +                   (shell-quote-argument pattern))))

IMO, this should be conditioned on a user option.  Not everyone wants
to get readme.txt together with README, for example.


Reply via email to