diff options
| author | Kenichi Handa | 2002-08-15 02:28:25 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-08-15 02:28:25 +0000 |
| commit | 3ef07f517721c7c231a2eecb9edb7ce0e4a67d56 (patch) | |
| tree | b0df122c7a83c98a614019a1af980ffa1f1183d8 /src | |
| parent | ac86488bf2640f4e20dbbbad2252309c63c95d29 (diff) | |
| download | emacs-3ef07f517721c7c231a2eecb9edb7ce0e4a67d56.tar.gz emacs-3ef07f517721c7c231a2eecb9edb7ce0e4a67d56.zip | |
(charset_unibyte): Extern it instead of
charset_primary.
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charset.h b/src/charset.h index 6e17348c9eb..a8b85b14366 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -511,7 +511,7 @@ extern Lisp_Object Qcharsetp; | |||
| 511 | extern Lisp_Object Qascii, Qunicode; | 511 | extern Lisp_Object Qascii, Qunicode; |
| 512 | extern int charset_ascii, charset_eight_bit; | 512 | extern int charset_ascii, charset_eight_bit; |
| 513 | extern int charset_iso_8859_1; | 513 | extern int charset_iso_8859_1; |
| 514 | extern int charset_primary; | 514 | extern int charset_unibyte; |
| 515 | extern int charset_jisx0201_roman; | 515 | extern int charset_jisx0201_roman; |
| 516 | extern int charset_jisx0208_1978; | 516 | extern int charset_jisx0208_1978; |
| 517 | extern int charset_jisx0208; | 517 | extern int charset_jisx0208; |