mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-05 07:01:11 -08:00
* etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
`sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows the latter usage.
This commit is contained in:
parent
61bbbf8d13
commit
dfef6d4974
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2002-03-22 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
|
||||
`sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
|
||||
the latter usage.
|
||||
|
||||
2002-03-12 Francesco Potorti` <pot@gnu.org>
|
||||
|
||||
* etags.c (Python_functions): Skip spaces at beginning of lines.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue