aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2011-04-02 11:52:08 -0700
committerGlenn Morris2011-04-02 11:52:08 -0700
commitf3ca7378c1336b3ff98ecb5a99a98c7b2eceece9 (patch)
tree37cca1c536d91c767b203d2963fa1cee73d1f286 /lisp/ChangeLog
parentafa8e9f6064d3b9ae62bf240426393d4fabcc9ac (diff)
downloademacs-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/ChangeLog5
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 @@
12011-04-02 Glenn Morris <rgm@gnu.org> 12011-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
52011-04-02 Eli Zaretskii <eliz@gnu.org> 102011-04-02 Eli Zaretskii <eliz@gnu.org>