diff options
| author | Kenichi Handa | 2002-05-30 11:03:06 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-05-30 11:03:06 +0000 |
| commit | e73576a3f363fed886a0c113939b52ddd206705c (patch) | |
| tree | faf58a0e24f4028c5c58973815db9f407da09432 /src | |
| parent | bf16eb23a04f3b06eee651b7ccc64e34cf894e6b (diff) | |
| download | emacs-e73576a3f363fed886a0c113939b52ddd206705c.tar.gz emacs-e73576a3f363fed886a0c113939b52ddd206705c.zip | |
(charset_jisx0201_roman, charset_jisx0208_1978,
charset_jisx0208): Extern them.
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/charset.h b/src/charset.h index 051dbcb7142..727246574ea 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -465,6 +465,9 @@ extern Lisp_Object Qascii, Qunicode; | |||
| 465 | extern int charset_ascii, charset_8_bit_control, charset_8_bit_graphic; | 465 | extern int charset_ascii, charset_8_bit_control, charset_8_bit_graphic; |
| 466 | extern int charset_iso_8859_1; | 466 | extern int charset_iso_8859_1; |
| 467 | extern int charset_primary; | 467 | extern int charset_primary; |
| 468 | extern int charset_jisx0201_roman; | ||
| 469 | extern int charset_jisx0208_1978; | ||
| 470 | extern int charset_jisx0208; | ||
| 468 | 471 | ||
| 469 | extern struct charset *char_charset P_ ((int, Lisp_Object, unsigned *)); | 472 | extern struct charset *char_charset P_ ((int, Lisp_Object, unsigned *)); |
| 470 | extern Lisp_Object charset_attributes P_ ((int)); | 473 | extern Lisp_Object charset_attributes P_ ((int)); |