diff options
| author | Eli Zaretskii | 2009-12-04 10:51:37 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-12-04 10:51:37 +0000 |
| commit | 24c2d7ce87ac4e656d3c9c55b39f7b44d76e8f7a (patch) | |
| tree | cc9221a6199b2b666e26320068a0753533da5c41 /src | |
| parent | a67972b7940e376589272436dad48456da753228 (diff) | |
| download | emacs-24c2d7ce87ac4e656d3c9c55b39f7b44d76e8f7a.tar.gz emacs-24c2d7ce87ac4e656d3c9c55b39f7b44d76e8f7a.zip | |
(enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: Delete unused enumeration value.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/dispextern.h | 1 |
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 @@ | |||
| 1 | 2009-12-04 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: Delete | ||
| 4 | unused enumeration value. | ||
| 5 | |||
| 1 | 2009-12-03 Eli Zaretskii <eliz@gnu.org> | 6 | 2009-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 | ||
| 1812 | enum prop_idx | 1812 | enum 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, |