aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog5
-rw-r--r--src/dispextern.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e753fa967bc..3ee60381fe8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12009-12-04 Eli Zaretskii <eliz@gnu.org>
2
3 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: Delete
4 unused enumeration value.
5
12009-12-03 Eli Zaretskii <eliz@gnu.org> 62009-12-03 Eli Zaretskii <eliz@gnu.org>
2 7
3 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc. 8 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
diff --git a/src/dispextern.h b/src/dispextern.h
index 706dba776c4..852e56a7aa1 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1811,7 +1811,6 @@ enum display_element_type
1811 1811
1812enum prop_idx 1812enum prop_idx
1813{ 1813{
1814 AUTO_COMPOSED_PROP_IDX,
1815 FONTIFIED_PROP_IDX, 1814 FONTIFIED_PROP_IDX,
1816 FACE_PROP_IDX, 1815 FACE_PROP_IDX,
1817 INVISIBLE_PROP_IDX, 1816 INVISIBLE_PROP_IDX,