diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-06-11 09:29:37 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-06-11 09:29:37 +0300 |
commit | 0088cf4f938de6335904fffc54793cde3ddfc13c (patch) | |
tree | a26315ebb6cb6f9a70c8336e31cdf39e93d674da | |
parent | 86309efb4ad8fc0f3821254ba076834f24e71e4c (diff) | |
download | emacs-0088cf4f938de6335904fffc54793cde3ddfc13c.tar.gz emacs-0088cf4f938de6335904fffc54793cde3ddfc13c.tar.bz2 emacs-0088cf4f938de6335904fffc54793cde3ddfc13c.zip |
; * etc/NEWS: Rephrase the entry about 'grep-find-template'.
-rw-r--r-- | etc/NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1113,7 +1113,14 @@ grep-like tools. On systems where the grep command supports it, directories will be skipped. -*** 'grep-find-template' now includes the 'find' option '-H'. +*** Commands that use 'grep-find' now follow symlinks for command-line args. +This is because the default value of 'grep-find-template' now includes +the 'find' option '-H'. Commands that use that variable, including +indirectly via a call to 'xref-matches-in-directory', might be +affected. In particular, there should be no need anymore to ensure +any directory names on the 'find' command lines end in a slash. +This change is for better compatibility with old versions of non-GNU +'find', such as the one used on macOS. ** Help |