diff options
| author | Paul Eggert | 2002-03-23 06:49:12 +0000 |
|---|---|---|
| committer | Paul Eggert | 2002-03-23 06:49:12 +0000 |
| commit | dfef6d4974592443cd51bb67b0a890763ac8ea76 (patch) | |
| tree | 56639ed680c1d0e5e4def0334abd6f1ed9456dff /lib-src | |
| parent | 61bbbf8d130a96e38a616e7450b117beabe2e169 (diff) | |
| download | emacs-dfef6d4974592443cd51bb67b0a890763ac8ea76.tar.gz emacs-dfef6d4974592443cd51bb67b0a890763ac8ea76.zip | |
* etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
`sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
the latter usage.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index a0c2b26de05..f2ac9d90a40 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-03-22 Paul Eggert <eggert@twinsun.com> | ||
| 2 | |||
| 3 | * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of | ||
| 4 | `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows | ||
| 5 | the latter usage. | ||
| 6 | |||
| 1 | 2002-03-12 Francesco Potorti` <pot@gnu.org> | 7 | 2002-03-12 Francesco Potorti` <pot@gnu.org> |
| 2 | 8 | ||
| 3 | * etags.c (Python_functions): Skip spaces at beginning of lines. | 9 | * etags.c (Python_functions): Skip spaces at beginning of lines. |