diff options
| author | Kenichi Handa | 2003-10-06 11:20:06 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-10-06 11:20:06 +0000 |
| commit | 96f45cf0a726fbf8248ab9f1a1d68c7da20ce8cf (patch) | |
| tree | 2c5aec4f5f6a43ef6ef4eec703d946d819f5dd19 /src | |
| parent | 3cc67a4dc3672a38049698a9246c0664b83413cd (diff) | |
| download | emacs-96f45cf0a726fbf8248ab9f1a1d68c7da20ce8cf.tar.gz emacs-96f45cf0a726fbf8248ab9f1a1d68c7da20ce8cf.zip | |
(charset_unicode): Extern it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/charset.h b/src/charset.h index 1ecbb49027b..54ea631e517 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -513,6 +513,7 @@ extern Lisp_Object Qcharsetp; | |||
| 513 | extern Lisp_Object Qascii, Qunicode; | 513 | extern Lisp_Object Qascii, Qunicode; |
| 514 | extern int charset_ascii, charset_eight_bit; | 514 | extern int charset_ascii, charset_eight_bit; |
| 515 | extern int charset_iso_8859_1; | 515 | extern int charset_iso_8859_1; |
| 516 | extern int charset_unicode; | ||
| 516 | extern int charset_jisx0201_roman; | 517 | extern int charset_jisx0201_roman; |
| 517 | extern int charset_jisx0208_1978; | 518 | extern int charset_jisx0208_1978; |
| 518 | extern int charset_jisx0208; | 519 | extern int charset_jisx0208; |