# HG changeset patch # User Kenichi Handa # Date 936322122 0 # Node ID bbb032f48e20c2f896b4294d5907d5f120f35286 # Parent 4a69654961a6b3cf67fbc7975b468270987accae (struct it): Change the size of the member `ctl_chars'. diff -r 4a69654961a6 -r bbb032f48e20 src/dispextern.h --- a/src/dispextern.h Fri Sep 03 01:28:42 1999 +0000 +++ b/src/dispextern.h Fri Sep 03 01:28:42 1999 +0000 @@ -1497,8 +1497,11 @@ int saved_face_id; /* Vector of glyphs for control character translation. The pointer - dpvec is set to ctl_chars when a control character is translated. */ - Lisp_Object ctl_chars[4]; + 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]; /* Current buffer or string position of the iterator, including position in overlay strings etc. */