comparison lisp/ChangeLog @ 4621:127dbf03e1af

Correct a test failure uncovered by the last commit. lisp/ChangeLog addition: 2009-02-17 Aidan Kehoe <kehoea@parhasard.net> * mule/mule-cmds.el (finish-set-language-environment): Correct this function, don't try to format non-control characters with ^ followed by their value plus (char-int ?@).
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 17 Feb 2009 13:42:36 +0000
parents 75e7ab37b6c8
children 8cbca852bcd4
comparison
equal deleted inserted replaced
4620:4dc42d1fe684 4621:127dbf03e1af
1 2009-02-17 Aidan Kehoe <kehoea@parhasard.net>
2
3 * mule/mule-cmds.el (finish-set-language-environment):
4 Correct this function, don't try to format non-control characters
5 with ^ followed by their value plus (char-int ?@).
6
1 2009-02-17 Aidan Kehoe <kehoea@parhasard.net> 7 2009-02-17 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * unicode.el (unicode-query-coding-region): 9 * unicode.el (unicode-query-coding-region):
4 Avoid eval-when-compile where that gives incorrect results when 10 Avoid eval-when-compile where that gives incorrect results when
5 compiled on a non-Mule XEmacs but run on a Mule XEmacs. Fixes 11 compiled on a non-Mule XEmacs but run on a Mule XEmacs. Fixes