From 1d9b46d4ccbf41f347e8595aa75d55c52731ed60 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 29 Jun 2011 20:03:07 -0700 Subject: [PATCH] * lisp/find-dired.el (find-grep-options): Simplify. --- lisp/ChangeLog | 2 ++ lisp/find-dired.el | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 043e12e32e..96f3b03406 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-06-30 Glenn Morris + * find-dired.el (find-grep-options): Simplify. + * term/ns-win.el (ns-set-resource): Declare. * ses.el (row, col): Declare dynamic variables honestly. diff --git a/lisp/find-dired.el b/lisp/find-dired.el index a2b196dc02..491110bc89 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -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. -- 2.39.2