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

Diff of /emacs/src/xselect.c

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

revision 1.105.4.4 by eliz, Sat Jul 6 14:23:30 2002 UTC revision 1.105.4.5 by handa, Tue Jul 9 00:00:45 2002 UTC
# Line 1646  selection_data_to_lisp_data (display, da Line 1646  selection_data_to_lisp_data (display, da
1646            coding.dst_multibyte = 1;            coding.dst_multibyte = 1;
1647            Vnext_selection_coding_system = Qnil;            Vnext_selection_coding_system = Qnil;
1648            coding.mode |= CODING_MODE_LAST_BLOCK;            coding.mode |= CODING_MODE_LAST_BLOCK;
1649              /* We explicitely disable composition handling because
1650                 selection data should not contain any composition
1651                 sequence.  */
1652              coding.composing = COMPOSITION_DISABLED;
1653            bufsize = decoding_buffer_size (&coding, size);            bufsize = decoding_buffer_size (&coding, size);
1654            buf = (unsigned char *) xmalloc (bufsize);            buf = (unsigned char *) xmalloc (bufsize);
1655            decode_coding (&coding, data, buf, size, bufsize);            decode_coding (&coding, data, buf, size, bufsize);

Legend:
Removed from v.1.105.4.4  
changed lines
  Added in v.1.105.4.5

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