Mercurial > emacs
changeset 73920:21fce1cf56ee
Fix braino.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 11 Nov 2006 14:24:28 +0000 |
parents | 0ace00f64900 |
children | 9bcc33b6d297 |
files | lib-src/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Sat Nov 11 14:16:23 2006 +0000 +++ b/lib-src/ChangeLog Sat Nov 11 14:24:28 2006 +0000 @@ -1,4 +1,4 @@ -2006-11-10 Juanma Barranquero <lekktu@gmail.com> +2006-11-10 David Reitter <david.reitter@gmail.com> * emacsclient.c [!WINDOWSNT]: Include <sys/types.h>. @@ -18,11 +18,11 @@ 2006-11-06 Juanma Barranquero <lekktu@gmail.com> - * emacsclient.c (longopts) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't show + * emacsclient.c (longopts) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't show option --socket-name. (decode_options): Don't get EMACS_SERVER_FILE here, it could override command line options. - (decode_options) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option. + (decode_options) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option. (fail): Don't check for missing arguments, it is now done in set_socket. (file_name_absolute_p): New function (loosely based on the one in fileio.c).