diff options
Diffstat (limited to 'src/charset.h')
-rw-r--r-- | src/charset.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/charset.h b/src/charset.h index f35945aab0a..6ecd13a2af3 100644 --- a/src/charset.h +++ b/src/charset.h @@ -251,14 +251,11 @@ extern Lisp_Object Vcharset_non_preferred_head; /* Incremented everytime we change the priority of charsets. */ extern unsigned short charset_ordered_list_tick; -extern Lisp_Object Vcharset_list; extern Lisp_Object Viso_2022_charset_list; extern Lisp_Object Vemacs_mule_charset_list; extern int emacs_mule_charset[256]; -extern Lisp_Object Vcurrent_iso639_language; - /* Macros to access information about charset. */ /* Return the attribute vector of charset whose symbol is SYMBOL. */ |