Mercurial > emacs
comparison lisp/ChangeLog @ 87321:0c95db530576
*** empty log message ***
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Tue, 18 Dec 2007 09:21:28 +0000 |
parents | e8a485c87523 |
children | e99e230d7eb3 |
comparison
equal
deleted
inserted
replaced
87320:80e1a8076c36 | 87321:0c95db530576 |
---|---|
1 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org> | |
2 | |
3 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL. | |
4 (c-comment-continuation-stars): No longer declare with | |
5 cc-bytecomp-obsolete-var and cc-bytecomp-defvar. | |
6 (c-block-comment-prefix): Use symbol-value to | |
7 access c-comment-continuation-stars. | |
8 * progmodes/cc-mode.el (c-initialize-cc-mode): | |
9 Use symbol-value to access c-comment-continuation-stars. | |
10 | |
1 2007-12-18 Mark A. Hershberger <mah@everybody.org> | 11 2007-12-18 Mark A. Hershberger <mah@everybody.org> |
2 | 12 |
3 * xml.el (xml-escape-string): New function. Escape string using | 13 * xml.el (xml-escape-string): New function. Escape string using |
4 xml-entity-alist. | 14 xml-entity-alist. |
5 (xml-debug-print-internal): Use xml-escape-string to escape | 15 (xml-debug-print-internal): Use xml-escape-string to escape |