Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Feb 17 13:39:25 2009 +0000 +++ b/lisp/ChangeLog Tue Feb 17 13:42:36 2009 +0000 @@ -1,3 +1,9 @@ +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 ?@). + 2009-02-17 Aidan Kehoe <kehoea@parhasard.net> * unicode.el (unicode-query-coding-region):