1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00

(enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.

This commit is contained in:
Kenichi Handa 2002-11-07 06:24:09 +00:00
parent f96ba4c13b
commit b7c2af7f65

View file

@ -1537,6 +1537,7 @@ enum display_element_type
enum prop_idx
{
AUTO_COMPOSED_PROP_IDX,
FONTIFIED_PROP_IDX,
FACE_PROP_IDX,
INVISIBLE_PROP_IDX,