/[emacs]/emacs/src/coding.c
ViewVC logotype

Diff of /emacs/src/coding.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.294 by handa, Fri Nov 7 05:55:27 2003 UTC revision 1.295 by monnier, Mon Nov 17 23:23:15 2003 UTC
# Line 5458  coding_restore_composition (coding, obj) Line 5458  coding_restore_composition (coding, obj)
5458                for (j = 0; j < len; j++)                for (j = 0; j < len; j++)
5459                  args[j] = make_number (data[4 + j]);                  args[j] = make_number (data[4 + j]);
5460                components = (method == COMPOSITION_WITH_ALTCHARS                components = (method == COMPOSITION_WITH_ALTCHARS
5461                              ? Fstring (make_number (len), args)                              ? Fstring (len, args)
5462                              : Fvector (make_number (len), args));                              : Fvector (len, args));
5463              }              }
5464            compose_text (data[1], data[2], components, Qnil, obj);            compose_text (data[1], data[2], components, Qnil, obj);
5465          }          }

Legend:
Removed from v.1.294  
changed lines
  Added in v.1.295

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26