Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1d9b46d4
Commit
1d9b46d4
authored
Jun 29, 2011
by
Glenn Morris
Browse files
* lisp/find-dired.el (find-grep-options): Simplify.
parent
5cdea619
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/find-dired.el
lisp/find-dired.el
+1
-2
No files found.
lisp/ChangeLog
View file @
1d9b46d4
2011-06-30 Glenn Morris <rgm@gnu.org>
* find-dired.el (find-grep-options): Simplify.
* term/ns-win.el (ns-set-resource): Declare.
* ses.el (row, col): Declare dynamic variables honestly.
...
...
lisp/find-dired.el
View file @
1d9b46d4
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment