]> git.eshelyaron.com Git - emacs.git/commitdiff
(Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
authorKenichi Handa <handa@m17n.org>
Fri, 9 Jun 2006 02:14:15 +0000 (02:14 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 9 Jun 2006 02:14:15 +0000 (02:14 +0000)
src/font.h

index 3e84e29801520ea2c9188c936b62678527e29257..a3926d2607ebba2a74a25dfccf7512ac486c5d0f 100644 (file)
@@ -130,6 +130,9 @@ enum font_property_index
 
 extern Lisp_Object QCotf, QClanguage, QCscript;
 
+/* Important character set symbols.  */
+extern Lisp_Object Qiso8859_1, Qiso10646_1, Qunicode_bmp;
+
 extern Lisp_Object null_string;
 extern Lisp_Object null_vector;