emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xselect.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/xselect.c
Date: Wed, 22 Dec 2004 01:45:54 -0500

Index: emacs/src/xselect.c
diff -c emacs/src/xselect.c:1.143 emacs/src/xselect.c:1.144
*** emacs/src/xselect.c:1.143   Tue Nov  9 13:26:58 2004
--- emacs/src/xselect.c Wed Dec 22 06:32:30 2004
***************
*** 2324,2330 ****
                    Fcons (x_atom_to_symbol (display, type),
                           Fcons (make_number (format), Qnil))));
  
!   ret = (bytes ? make_string ((char *) data, bytes) : Qnil);
    /* Use xfree, not XFree, because x_get_window_property
       calls xmalloc itself.  */
    xfree (data);
--- 2324,2330 ----
                    Fcons (x_atom_to_symbol (display, type),
                           Fcons (make_number (format), Qnil))));
  
!   ret = (bytes ? make_unibyte_string ((char *) data, bytes) : Qnil);
    /* Use xfree, not XFree, because x_get_window_property
       calls xmalloc itself.  */
    xfree (data);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]