Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4268:75d0292c1bff
[xemacs-hg @ 2007-11-14 19:41:04 by aidan]
Correct the dumped information for the Unicode JIT infrastructure.
author | aidan |
---|---|
date | Wed, 14 Nov 2007 19:41:09 +0000 |
parents | 66e2714696bd |
children | fdf43260ae29 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Nov 14 19:25:40 2007 +0000 +++ b/lisp/ChangeLog Wed Nov 14 19:41:09 2007 +0000 @@ -1,3 +1,12 @@ +2007-11-14 Aidan Kehoe <kehoea@parhasard.net> + + * unicode.el (unicode-error-default-translation-table): + * unicode.el (unicode-error-sequence-regexp-range): + * unicode.el (frob-unicode-errors-region): + Make these variables and the single function available to + make-docfile, by moving them to the start of the line. This + conflicts with normal indentation of Lisp, unfortunately. + 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> * subr.el (string-to-sequence):