diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.h b/src/font.h index 9ea04ef4c05..8b2b1e0c49e 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -131,7 +131,7 @@ enum font_property_index | |||
| 131 | extern Lisp_Object QCspacing, QCdpi, QCscalable, QCotf, QClanguage, QCscript; | 131 | extern Lisp_Object QCspacing, QCdpi, QCscalable, QCotf, QClanguage, QCscript; |
| 132 | 132 | ||
| 133 | /* Important character set symbols. */ | 133 | /* Important character set symbols. */ |
| 134 | extern Lisp_Object Qiso8859_1, Qiso10646_1, Qunicode_bmp; | 134 | extern Lisp_Object Qiso8859_1, Qiso10646_1, Qunicode_bmp, Qunicode_sip; |
| 135 | 135 | ||
| 136 | extern Lisp_Object null_string; | 136 | extern Lisp_Object null_string; |
| 137 | extern Lisp_Object null_vector; | 137 | extern Lisp_Object null_vector; |