diff options
| author | Pavel Janík | 2001-12-19 07:26:31 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-19 07:26:31 +0000 |
| commit | 594aa06631e10e4d7c7b2e8a19881f6d79365885 (patch) | |
| tree | 1f53279217c7a229350a3b8c75663ff7d41c4c43 /lib-src/ChangeLog | |
| parent | 5b2b0b72d593e46253d130b06f88f303f59d6763 (diff) | |
| download | emacs-594aa06631e10e4d7c7b2e8a19881f6d79365885.tar.gz emacs-594aa06631e10e4d7c7b2e8a19881f6d79365885.zip | |
Conditionally include config.h.
Clean-up whitespaces.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 31d929efd86..03be213e9a0 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * emacsserver.c: Conditionally include config.h. | 3 | * emacsserver.c: Conditionally include config.h. |
| 4 | 4 | ||
| 5 | * fakemail.c: Likewise. | ||
| 6 | |||
| 5 | * emacsclient.c: Include "config.h", not <../src/config.h>. | 7 | * emacsclient.c: Include "config.h", not <../src/config.h>. |
| 6 | (main): Parenthesize assignment when used as truth value to | 8 | (main): Parenthesize assignment when used as truth value to |
| 7 | prevent gcc warnings. | 9 | prevent gcc warnings. |