diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-11 14:24:28 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-11 14:24:28 +0000 |
commit | 21f89bb7ae2c2b5f0e6278c1740ac5541d057db3 (patch) | |
tree | b860d7caaf8a6cdc0ffbf7113df1bf90008dbbc2 /lib-src | |
parent | 174db3d3a070cf26eab28f3218fef6768ce88982 (diff) | |
download | emacs-21f89bb7ae2c2b5f0e6278c1740ac5541d057db3.tar.gz |
Fix braino.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 6873b16eb39..d5725d9af95 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -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). |