1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/find-dired.el (find-grep-options): Simplify.

This commit is contained in:
Glenn Morris 2011-06-29 20:03:07 -07:00
parent 5cdea619b2
commit 1d9b46d4cc
2 changed files with 3 additions and 2 deletions

View file

@ -86,8 +86,7 @@ them for `find-ls-option'."
(defcustom find-grep-options
(if (or (eq system-type 'berkeley-unix)
(string-match "solaris2" system-configuration)
(string-match "irix" system-configuration))
(string-match "solaris2\\|irix" system-configuration))
"-s" "-q")
"Option to grep to be as silent as possible.
On Berkeley systems, this is `-s'; on Posix, and with GNU grep, `-q' does it.