diff options
| author | Glenn Morris | 2011-04-02 11:52:08 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-04-02 11:52:08 -0700 |
| commit | f3ca7378c1336b3ff98ecb5a99a98c7b2eceece9 (patch) | |
| tree | 37cca1c536d91c767b203d2963fa1cee73d1f286 /lisp/ChangeLog | |
| parent | afa8e9f6064d3b9ae62bf240426393d4fabcc9ac (diff) | |
| download | emacs-f3ca7378c1336b3ff98ecb5a99a98c7b2eceece9.tar.gz emacs-f3ca7378c1336b3ff98ecb5a99a98c7b2eceece9.zip | |
Use find -exec with '+' for grep-find if supported.
* lisp/progmodes/grep.el (grep-find-use-xargs): Doc fix.
(grep-compute-defaults): Check for `-exec COMMAND +' support.
Set grep-find-use-xargs, grep-find-command, and grep-find-template
accordingly. Don't add the null-device if not needed.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ba9532ff0d8..006d0aa601d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2011-04-02 Glenn Morris <rgm@gnu.org> | 1 | 2011-04-02 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * progmodes/grep.el (grep-find-use-xargs): Doc fix. | ||
| 4 | (grep-compute-defaults): Check for `-exec COMMAND +' support. | ||
| 5 | Set grep-find-use-xargs, grep-find-command, and grep-find-template | ||
| 6 | accordingly. Don't add the null-device if not needed. | ||
| 7 | |||
| 3 | * files.el (save-some-buffers): Doc fix. | 8 | * files.el (save-some-buffers): Doc fix. |
| 4 | 9 | ||
| 5 | 2011-04-02 Eli Zaretskii <eliz@gnu.org> | 10 | 2011-04-02 Eli Zaretskii <eliz@gnu.org> |