diff options
author | Kenichi Handa <handa@m17n.org> | 2003-10-06 11:20:06 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2003-10-06 11:20:06 +0000 |
commit | 96f45cf0a726fbf8248ab9f1a1d68c7da20ce8cf (patch) | |
tree | 2c5aec4f5f6a43ef6ef4eec703d946d819f5dd19 /src/charset.h | |
parent | 3cc67a4dc3672a38049698a9246c0664b83413cd (diff) | |
download | emacs-96f45cf0a726fbf8248ab9f1a1d68c7da20ce8cf.tar.gz |
(charset_unicode): Extern it.
Diffstat (limited to 'src/charset.h')
-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; extern Lisp_Object Qascii, Qunicode; extern int charset_ascii, charset_eight_bit; extern int charset_iso_8859_1; +extern int charset_unicode; extern int charset_jisx0201_roman; extern int charset_jisx0208_1978; extern int charset_jisx0208; |