Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 2531:7de8d9ab7bbd
[xemacs-hg @ 2005-01-29 09:06:37 by ben]
Fix recognition of coding magic cookie in autodetection
file-coding.c: Use UExtbyte for semantic correctness.
file-coding.c: Fix code that recognizes ;;;###coding cookie.
author | ben |
---|---|
date | Sat, 29 Jan 2005 09:06:40 +0000 |
parents | 491f8cf78a9c |
children | 989a7680c221 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Jan 29 00:32:38 2005 +0000 +++ b/src/ChangeLog Sat Jan 29 09:06:40 2005 +0000 @@ -1,3 +1,10 @@ +2005-01-29 Ben Wing <ben@xemacs.org> + + * file-coding.c (snarf_coding_system): + Use UExtbyte for semantic correctness. + * file-coding.c (look_for_coding_system_magic_cookie): + Fix code that recognizes ;;;###coding cookie. + 2005-01-27 Ben Wing <ben@xemacs.org> * console-impl.h (struct console_methods):