diff options
| author | Paul Eggert | 2011-01-09 00:00:02 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-09 00:00:02 -0800 |
| commit | 613f7bda1d003048ad79e7c4bba744e5057d609e (patch) | |
| tree | ef26a6cc9e6de7b3af3d553f26e8fa141827e786 /lib-src/ChangeLog | |
| parent | 2582eaa4cc48cfff2ea645f167d1f7ae6541eb7e (diff) | |
| download | emacs-613f7bda1d003048ad79e7c4bba744e5057d609e.tar.gz emacs-613f7bda1d003048ad79e7c4bba744e5057d609e.zip | |
Include <getopt.h> not "getopt.h".
* ebrowse.c, emacsclient.c: Include <getopt.h>, not "getopt.h".
Since getopt.h is no longer in this directory, there's no point
using the form with double-quotes.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 545b4746b95..cdceff66db4 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2011-01-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-01-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Include <getopt.h> not "getopt.h". | ||
| 4 | * ebrowse.c, emacsclient.c: Include <getopt.h>, not "getopt.h". | ||
| 5 | Since getopt.h is no longer in this directory, there's no point | ||
| 6 | using the form with double-quotes. | ||
| 7 | |||
| 3 | Remove unused files. | 8 | Remove unused files. |
| 4 | * getopt.c, getopt1.c, getopt_.h, getopt_int.h: Remove. | 9 | * getopt.c, getopt1.c, getopt_.h, getopt_int.h: Remove. |
| 5 | These files are now in ../lib, copied from gnulib. | 10 | These files are now in ../lib, copied from gnulib. |