diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/font.h b/src/font.h index 3e84e298015..a3926d2607e 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -130,6 +130,9 @@ enum font_property_index | |||
| 130 | 130 | ||
| 131 | extern Lisp_Object QCotf, QClanguage, QCscript; | 131 | extern Lisp_Object QCotf, QClanguage, QCscript; |
| 132 | 132 | ||
| 133 | /* Important character set symbols. */ | ||
| 134 | extern Lisp_Object Qiso8859_1, Qiso10646_1, Qunicode_bmp; | ||
| 135 | |||
| 133 | extern Lisp_Object null_string; | 136 | extern Lisp_Object null_string; |
| 134 | extern Lisp_Object null_vector; | 137 | extern Lisp_Object null_vector; |
| 135 | 138 | ||