/[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.143 by kfstorm, Tue Nov 9 13:26:58 2004 UTC revision 1.144 by handa, Wed Dec 22 06:32:30 2004 UTC
# Line 2324  DEFUN ("x-get-cut-buffer-internal", Fx_g Line 2324  DEFUN ("x-get-cut-buffer-internal", Fx_g
2324                      Fcons (x_atom_to_symbol (display, type),                      Fcons (x_atom_to_symbol (display, type),
2325                             Fcons (make_number (format), Qnil))));                             Fcons (make_number (format), Qnil))));
2326    
2327    ret = (bytes ? make_string ((char *) data, bytes) : Qnil);    ret = (bytes ? make_unibyte_string ((char *) data, bytes) : Qnil);
2328    /* Use xfree, not XFree, because x_get_window_property    /* Use xfree, not XFree, because x_get_window_property
2329       calls xmalloc itself.  */       calls xmalloc itself.  */
2330    xfree (data);    xfree (data);

Legend:
Removed from v.1.143  
changed lines
  Added in v.1.144

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