comparison 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
comparison
equal deleted inserted replaced
88022:a31afa284500 88023:c17f9d425917
1 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * server.el (server-process-filter): Check for non-nil before
4 calling file-directory-p.
5
1 2008-01-27 Alan Mackenzie <acm@muc.de> 6 2008-01-27 Alan Mackenzie <acm@muc.de>
2 7
3 * progmodes/cc-vars.el (c-hanging-braces-alist): new element for 8 * progmodes/cc-vars.el (c-hanging-braces-alist): new element for
4 arglist-cont-nonempty. 9 arglist-cont-nonempty.
5 10
6 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines 11 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
7 for a brace with syntax arglist-cont-nonempty. 12 for a brace with syntax arglist-cont-nonempty.
8 13
9 * progmodes/cc-styles.el (c-style-alist): Add elements for 14 * progmodes/cc-styles.el (c-style-alist): Add elements for
10 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, 15 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
11 awk). 16 awk).
12 17
13 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org> 18 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>