Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4078:6f05405e63fc
[xemacs-hg @ 2007-07-26 11:15:04 by aidan]
Fix the union build; thank you Robert Delius Royar.
author | aidan |
---|---|
date | Thu, 26 Jul 2007 11:15:08 +0000 |
parents | c098c0d9125f |
children | 1abf84db2c7f |
comparison
equal
deleted
inserted
replaced
4077:52d406aab70c | 4078:6f05405e63fc |
---|---|
1 2007-07-26 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * mule-ccl.c (ccl_driver): | |
4 op is an integer, not a Lisp_Object; don't use it to temporarily | |
5 store a Lisp_Object. This change fixes the union build; thank you | |
6 for the report, Robert Delius Royar. | |
7 | |
1 2007-07-23 Aidan Kehoe <kehoea@parhasard.net> | 8 2007-07-23 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * text.c: | 10 * text.c: |
4 Backslash a parenthesis at the start of a line, for the sake of | 11 Backslash a parenthesis at the start of a line, for the sake of |
5 our font lock engine. | 12 our font lock engine. |