Mercurial > emacs
changeset 88984:11957cd6bd7b
(charset_unibyte): Extern it instead of
charset_primary.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 15 Aug 2002 02:28:25 +0000 |
parents | 2d504d707ce6 |
children | cafb04d00ef2 |
files | src/charset.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/charset.h Thu Aug 15 02:28:08 2002 +0000 +++ b/src/charset.h Thu Aug 15 02:28:25 2002 +0000 @@ -511,7 +511,7 @@ extern Lisp_Object Qascii, Qunicode; extern int charset_ascii, charset_eight_bit; extern int charset_iso_8859_1; -extern int charset_primary; +extern int charset_unibyte; extern int charset_jisx0201_roman; extern int charset_jisx0208_1978; extern int charset_jisx0208;