Mercurial > emacs
changeset 91175:bef5150c5492
(enum composition_method): Define
COMPOSITION_WITH_GLYPH_STRING unconditionally.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 04 Dec 2007 00:46:22 +0000 |
parents | 6bee416e4d4e |
children | 47443840a6b9 |
files | src/composite.h |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/composite.h Mon Dec 03 14:40:32 2007 +0000 +++ b/src/composite.h Tue Dec 04 00:46:22 2007 +0000 @@ -40,10 +40,8 @@ COMPOSITION_WITH_ALTCHARS, /* Compose by specified composition rules with alternate characters. */ COMPOSITION_WITH_RULE_ALTCHARS, -#ifdef USE_FONT_BACKEND /* Compose by specified lispy glyph-string. */ COMPOSITION_WITH_GLYPH_STRING, -#endif /* USE_FONT_BACKEND */ /* This is not a method. */ COMPOSITION_NO };