aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2009-12-04 10:51:37 +0000
committerEli Zaretskii2009-12-04 10:51:37 +0000
commit24c2d7ce87ac4e656d3c9c55b39f7b44d76e8f7a (patch)
treecc9221a6199b2b666e26320068a0753533da5c41
parenta67972b7940e376589272436dad48456da753228 (diff)
downloademacs-24c2d7ce87ac4e656d3c9c55b39f7b44d76e8f7a.tar.gz
emacs-24c2d7ce87ac4e656d3c9c55b39f7b44d76e8f7a.zip
(enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: Delete unused enumeration value.
-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,