mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
(enum composition_method): Define
COMPOSITION_WITH_GLYPH_STRING unconditionally.
This commit is contained in:
parent
6ce2355671
commit
cb5ed8f51e
1 changed files with 0 additions and 2 deletions
|
|
@ -40,10 +40,8 @@ enum composition_method {
|
|||
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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue