]> code.delx.au - gnu-emacs/blobdiff - lisp/find-dired.el
Derive secrets-mode from special-mode
[gnu-emacs] / lisp / find-dired.el
index 7bfdbe7346646010062d47035382beda6f9ae5bf..b1b33ac23eb4b65ba99f90833a4c7d4aa4703e5d 100644 (file)
@@ -97,7 +97,7 @@ them for `find-ls-option'."
 
 (defcustom find-grep-options
   (if (or (eq system-type 'berkeley-unix)
-         (string-match "solaris2\\|irix" system-configuration))
+         (string-match "solaris2" 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.