diff lisp/ChangeLog @ 88023:c17f9d425917

* server.el (server-process-filter): Check for non-nil before calling file-directory-p.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 27 Jan 2008 15:37:26 +0000
parents 1ccfdc58f4eb
children 3611478abf21
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jan 27 13:59:47 2008 +0000
+++ b/lisp/ChangeLog	Sun Jan 27 15:37:26 2008 +0000
@@ -1,3 +1,8 @@
+2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* server.el (server-process-filter): Check for non-nil before
+	calling file-directory-p.
+
 2008-01-27  Alan Mackenzie  <acm@muc.de>
 
 	* progmodes/cc-vars.el (c-hanging-braces-alist): new element for
@@ -5,7 +10,7 @@
 
 	* progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
 	for a brace with syntax arglist-cont-nonempty.
-	
+
 	* progmodes/cc-styles.el (c-style-alist): Add elements for
 	arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
 	awk).