diff options
| author | Paul Eggert | 2011-02-25 16:22:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-25 16:22:13 -0800 |
| commit | 34e6d7823aeee6c20219bbab1045ca6649ca8fa5 (patch) | |
| tree | d71cbb6c8c98583a3d878b77191714777c4b0aa0 /lib-src/ChangeLog | |
| parent | 4be3dfc5e303160859a7666d725512691aedd837 (diff) | |
| download | emacs-34e6d7823aeee6c20219bbab1045ca6649ca8fa5.tar.gz emacs-34e6d7823aeee6c20219bbab1045ca6649ca8fa5.zip | |
* ebrowse.c (putstr): Rename from PUTSTR and turn into a function.
All callers changed. This is cleaner, and avoids GCC warnings about
passing NULL to fputs.
Diffstat (limited to 'lib-src/ChangeLog')
| -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 699eaf4cba9..969a84ca6bf 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-02-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * ebrowse.c (putstr): Rename from PUTSTR and turn into a function. | ||
| 4 | All callers changed. This is cleaner, and avoids GCC warnings about | ||
| 5 | passing NULL to fputs. | ||
| 6 | |||
| 1 | 2011-02-25 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2011-02-25 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | * emacsclient.c (main): Avoid dangling 'if'. | 9 | * emacsclient.c (main): Avoid dangling 'if'. |