Mercurial > emacs
diff lib-src/ChangeLog @ 109652:eb720d8ea1c6
emacsclient.c cleanups.
* lib-src/emacsclient.c: Move socket related #includes together with the
rest of the #includes. Move a WINDOWSNT includes closer together.
(HAVE_CONFIG_H): Remove.
(NO_RETURN): Remove, defined in config.h.
(main): Convert definition to standard C.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 05 Aug 2010 21:09:54 -0700 |
parents | 62aece7dd5af |
children | 0781924c2a38 |
line wrap: on
line diff
--- a/lib-src/ChangeLog Thu Aug 05 21:01:00 2010 -0700 +++ b/lib-src/ChangeLog Thu Aug 05 21:09:54 2010 -0700 @@ -1,3 +1,11 @@ +2010-08-06 Dan Nicolaescu <dann@ics.uci.edu> + + * emacsclient.c: Move socket related #includes together with the + rest of the #includes. Move a WINDOWSNT includes closer together. + (HAVE_CONFIG_H): Remove. + (NO_RETURN): Remove, defined in config.h. + (main): Convert definition to standard C. + 2010-07-29 Juanma Barranquero <lekktu@gmail.com> * make-docfile.c (write_c_args): Warn for old-style empty arglist ().