diff options
| author | Kenichi Handa | 2009-04-16 01:05:10 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-04-16 01:05:10 +0000 |
| commit | 3c908a57745e4f60f226ee7ccf55062a33854ded (patch) | |
| tree | d068dad658253b3f7d7a455e9031bc97ef358752 | |
| parent | d32320c43de511275b5164696fb80867710fc2b8 (diff) | |
| download | emacs-3c908a57745e4f60f226ee7ccf55062a33854ded.tar.gz emacs-3c908a57745e4f60f226ee7ccf55062a33854ded.zip | |
(charset_ksc5601): Extern it.
| -rw-r--r-- | src/ChangeLog | 8 | ||||
| -rw-r--r-- | src/charset.h | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e9901dfa1bf..dd663a488a3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2009-04-16 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * charset.h (charset_ksc5601): Extern it. | ||
| 4 | |||
| 5 | * charset.c (charset_ksc5601): New variable. | ||
| 6 | (Fdefine_charset_internal): Set charset_ksc5601. | ||
| 7 | (init_charset_once): Initialize charset_ksc5601 to -1. | ||
| 8 | |||
| 1 | 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu> | 9 | 2009-04-15 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 10 | ||
| 3 | * fileio.c (history_delete_duplicates): Remove unused declaration. | 11 | * fileio.c (history_delete_duplicates): Remove unused declaration. |
diff --git a/src/charset.h b/src/charset.h index dee51d8b1e4..857dc657dac 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -530,6 +530,7 @@ extern int charset_unicode; | |||
| 530 | extern int charset_jisx0201_roman; | 530 | extern int charset_jisx0201_roman; |
| 531 | extern int charset_jisx0208_1978; | 531 | extern int charset_jisx0208_1978; |
| 532 | extern int charset_jisx0208; | 532 | extern int charset_jisx0208; |
| 533 | extern int charset_ksc5601; | ||
| 533 | 534 | ||
| 534 | extern int charset_unibyte; | 535 | extern int charset_unibyte; |
| 535 | 536 | ||