summaryrefslogtreecommitdiff
path: root/src/charset.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2008-05-14 01:22:19 +0000
committerKenichi Handa <handa@m17n.org>2008-05-14 01:22:19 +0000
commit370cefff000b401adb0ed2d45dac62273dc13758 (patch)
tree606505a8aacb914a7ccdc76d749b7d9552c84b0f /src/charset.h
parent42da60f7c04656322c6211f90a248207b7aef5e9 (diff)
downloademacs-370cefff000b401adb0ed2d45dac62273dc13758.tar.gz
(Vcharset_non_preferred_head)
(Vcurrent_iso639_language): Extern them.
Diffstat (limited to 'src/charset.h')
-rw-r--r--src/charset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charset.h b/src/charset.h
index 4b8bee4520d..e037dbfe54b 100644
--- a/src/charset.h
+++ b/src/charset.h
@@ -253,6 +253,7 @@ extern struct charset *charset_table;
#define CHARSET_FROM_ID(id) (charset_table + (id))
extern Lisp_Object Vcharset_ordered_list;
+extern Lisp_Object Vcharset_non_preferred_head;
/* Incremented everytime we change the priority of charsets. */
extern unsigned short charset_ordered_list_tick;
@@ -263,6 +264,7 @@ extern Lisp_Object Vemacs_mule_charset_list;
extern struct charset *emacs_mule_charset[256];
+extern Lisp_Object Vcurrent_iso639_language;
/* Macros to access information about charset. */