]> code.delx.au - gnu-emacs/commitdiff
(charset_ksc5601): Extern it.
authorKenichi Handa <handa@m17n.org>
Thu, 16 Apr 2009 01:05:10 +0000 (01:05 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 16 Apr 2009 01:05:10 +0000 (01:05 +0000)
src/ChangeLog
src/charset.h

index e9901dfa1bf522c99014a42232eaca0a3c102a63..dd663a488a374190612a40669299522e80cfa13d 100644 (file)
@@ -1,3 +1,11 @@
+2009-04-16  Kenichi Handa  <handa@m17n.org>
+
+       * charset.h (charset_ksc5601): Extern it.
+
+       * charset.c (charset_ksc5601): New variable.
+       (Fdefine_charset_internal): Set charset_ksc5601.
+       (init_charset_once): Initialize charset_ksc5601 to -1.
+
 2009-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * fileio.c (history_delete_duplicates): Remove unused declaration.
index dee51d8b1e42d59446488bb861b131d5c6b391aa..857dc657dac99dee00ee10d14ac4c202f2b52133 100644 (file)
@@ -530,6 +530,7 @@ extern int charset_unicode;
 extern int charset_jisx0201_roman;
 extern int charset_jisx0208_1978;
 extern int charset_jisx0208;
+extern int charset_ksc5601;
 
 extern int charset_unibyte;