Mercurial > emacs
changeset 63529:01dd74cb546e
(lisp_data_to_selection_data): Fix spelling.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 17 Jun 2005 01:06:04 +0000 |
parents | d6d50a511d12 |
children | 3e5fbe221332 |
files | src/xselect.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xselect.c Fri Jun 17 00:20:14 2005 +0000 +++ b/src/xselect.c Fri Jun 17 01:06:04 2005 +0000 @@ -2031,7 +2031,7 @@ /* Use sizeof(long) even if it is more than 32 bits. See comment in x_get_window_property and x_fill_property_data. */ - + if (*format_ret == 32) data_size = sizeof(long); *data_ret = (unsigned char *) xmalloc (*size_ret * data_size); for (i = 0; i < *size_ret; i++) @@ -2045,7 +2045,7 @@ } else Fsignal (Qerror, /* Qselection_error */ - Fcons (build_string ("unrecognised selection data"), + Fcons (build_string ("unrecognized selection data"), Fcons (obj, Qnil))); *type_ret = symbol_to_x_atom (dpyinfo, display, type); @@ -2832,7 +2832,7 @@ when sending to the root window. */ event.xclient.window = to_root ? FRAME_OUTER_WINDOW (f) : wdest; - + memset (event.xclient.data.b, 0, sizeof (event.xclient.data.b)); x_fill_property_data (dpyinfo->display, values, event.xclient.data.b, event.xclient.format);