1
Fork 0
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:
Paul Eggert 2002-03-23 06:49:12 +00:00
parent 61bbbf8d13
commit dfef6d4974

View file

@ -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.