From: Juanma Barranquero Date: Sat, 11 Nov 2006 14:24:28 +0000 (+0000) Subject: Fix braino. X-Git-Tag: emacs-pretest-22.0.91~135 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/21f89bb7ae2c2b5f0e6278c1740ac5541d057db3?ds=sidebyside Fix braino. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 6873b16eb3..d5725d9af9 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,4 +1,4 @@ -2006-11-10 Juanma Barranquero +2006-11-10 David Reitter * emacsclient.c [!WINDOWSNT]: Include . @@ -18,11 +18,11 @@ 2006-11-06 Juanma Barranquero - * 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).