Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4600:dcfd965d65a1
Correct invalid-sequence-coding-system spec, Roman-alphabet languages.
I had been testing with the Cyrillic language environments, and I have code
in my own init file that does something similar, so I hadn't noticed that
this had gone wrong.
lisp/ChangeLog addition:
2009-02-04 Aidan Kehoe <kehoea@parhasard.net>
* mule/latin.el:
Specify windows-1250 as the invalid-sequence-coding-system for the
iso-8859-2 languages; actually *use* the
invalid-sequence-coding-system for German and the other iso-8859-1
language environments.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 04 Feb 2009 13:12:21 +0000 |
parents | 0347879667ed |
children | aac2a827bb6b |
comparison
equal
deleted
inserted
replaced
4599:0347879667ed | 4600:dcfd965d65a1 |
---|---|
1 2009-02-04 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * mule/latin.el: | |
4 Specify windows-1250 as the invalid-sequence-coding-system for the | |
5 iso-8859-2 languages; actually *use* the | |
6 invalid-sequence-coding-system for German and the other iso-8859-1 | |
7 language environments. | |
8 | |
1 2009-02-04 Aidan Kehoe <kehoea@parhasard.net> | 9 2009-02-04 Aidan Kehoe <kehoea@parhasard.net> |
2 | 10 |
3 * coding.el (force-coding-system-equivalency): | 11 * coding.el (force-coding-system-equivalency): |
4 Document this macro and the motivation for it. | 12 Document this macro and the motivation for it. |
5 | 13 |