Mercurial > emacs
changeset 38550:f909f7fe9a65
(struct it): Increase size of ctl_chars to 16.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 25 Jul 2001 12:52:23 +0000 |
parents | a8043437bc18 |
children | 6bd3c93022e7 |
files | src/dispextern.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Wed Jul 25 12:45:28 2001 +0000 +++ b/src/dispextern.h Wed Jul 25 12:52:23 2001 +0000 @@ -1591,9 +1591,9 @@ /* Vector of glyphs for control character translation. The pointer dpvec is set to ctl_chars when a control character is translated. This vector is also used for incomplete multibyte character - translation (e.g \222\244). Such a character is at most 3 bytes, - thus we need at most 12 bytes here. */ - Lisp_Object ctl_chars[12]; + translation (e.g \222\244). Such a character is at most 4 bytes, + thus we need at most 16 bytes here. */ + Lisp_Object ctl_chars[16]; /* Current buffer or string position of the iterator, including position in overlay strings etc. */