aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-11 14:24:28 +0000
committerJuanma Barranquero2006-11-11 14:24:28 +0000
commit21f89bb7ae2c2b5f0e6278c1740ac5541d057db3 (patch)
treeb860d7caaf8a6cdc0ffbf7113df1bf90008dbbc2 /lib-src/ChangeLog
parent174db3d3a070cf26eab28f3218fef6768ce88982 (diff)
downloademacs-21f89bb7ae2c2b5f0e6278c1740ac5541d057db3.tar.gz
emacs-21f89bb7ae2c2b5f0e6278c1740ac5541d057db3.zip
Fix braino.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog6
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 @@
12006-11-10 Juanma Barranquero <lekktu@gmail.com> 12006-11-10 David Reitter <david.reitter@gmail.com>
2 2
3 * emacsclient.c [!WINDOWSNT]: Include <sys/types.h>. 3 * emacsclient.c [!WINDOWSNT]: Include <sys/types.h>.
4 4
@@ -18,11 +18,11 @@
18 18
192006-11-06 Juanma Barranquero <lekktu@gmail.com> 192006-11-06 Juanma Barranquero <lekktu@gmail.com>
20 20
21 * emacsclient.c (longopts) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't show 21 * emacsclient.c (longopts) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't show
22 option --socket-name. 22 option --socket-name.
23 (decode_options): Don't get EMACS_SERVER_FILE here, it could override 23 (decode_options): Don't get EMACS_SERVER_FILE here, it could override
24 command line options. 24 command line options.
25 (decode_options) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option. 25 (decode_options) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option.
26 (fail): Don't check for missing arguments, it is now done in set_socket. 26 (fail): Don't check for missing arguments, it is now done in set_socket.
27 (file_name_absolute_p): New function (loosely based on the one in 27 (file_name_absolute_p): New function (loosely based on the one in
28 fileio.c). 28 fileio.c).