*** empty log message ***

This commit is contained in:
Kenichi Handa 2004-06-13 00:25:18 +00:00
parent fd9c3a9780
commit 6fb41b5b77
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2004-06-13 Kenichi Handa <handa@m17n.org>
* international/utf-8.el (ccl-decode-mule-utf-8): Fix previous
change.
(ccl-untranslated-to-ucs): Fix typo.
2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
* progmodes/python.el (python-open-block-statement-p): Fix

View file

@ -1,3 +1,7 @@
2004-06-13 Kenichi Handa <handa@m17n.org>
* ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
2004-06-12 Matthew Mundell <matt@mundell.ukfsn.org>
* eval.c (Fdefun): Signal an error if NAME is not a symbol.