aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2008-12-18 08:48:26 +0000
committerDan Nicolaescu2008-12-18 08:48:26 +0000
commitfd95644b937fb3e6e1285b21c2fc1ab901199e87 (patch)
treed505389ad56d77f9b1abaabd4dca23e69d8951b3 /lisp/ChangeLog
parent059f0a612aea0c4f485b6d316f6bf51375cf52d0 (diff)
downloademacs-fd95644b937fb3e6e1285b21c2fc1ab901199e87.tar.gz
emacs-fd95644b937fb3e6e1285b21c2fc1ab901199e87.zip
* emacs.c (main): Print and error and exit when no data is read
from the pipe. * startup.el (command-line): Do not mention the server name in case the user has not mentioned it, print a more explicit message. * emacsclient.c (start_daemon_and_retry_set_socket): Improve error checking.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9adef563e0d..0c06b012fd6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12008-12-18 Dan Nicolaescu <dann@ics.uci.edu> 12008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * startup.el (command-line): Do not mention the server name in
4 case the user has not mentioned it, print a more explicit message.
5
3 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event. Change 6 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event. Change
4 all callers. 7 all callers.
5 8