diff options
| author | Juanma Barranquero | 2005-06-17 01:06:04 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-17 01:06:04 +0000 |
| commit | 6e816df5957867928ad8a6644e057eb9df061a0d (patch) | |
| tree | 34640a646474b689ce9375341c38dd905fc6d60e /src | |
| parent | 6d533a6ef87b826f43ef415083e3c8d5088dd989 (diff) | |
| download | emacs-6e816df5957867928ad8a6644e057eb9df061a0d.tar.gz emacs-6e816df5957867928ad8a6644e057eb9df061a0d.zip | |
(lisp_data_to_selection_data): Fix spelling.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xselect.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xselect.c b/src/xselect.c index a49b6b89ee4..6c722d9d02c 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -2031,7 +2031,7 @@ lisp_data_to_selection_data (display, obj, | |||
| 2031 | 2031 | ||
| 2032 | /* Use sizeof(long) even if it is more than 32 bits. See comment | 2032 | /* Use sizeof(long) even if it is more than 32 bits. See comment |
| 2033 | in x_get_window_property and x_fill_property_data. */ | 2033 | in x_get_window_property and x_fill_property_data. */ |
| 2034 | 2034 | ||
| 2035 | if (*format_ret == 32) data_size = sizeof(long); | 2035 | if (*format_ret == 32) data_size = sizeof(long); |
| 2036 | *data_ret = (unsigned char *) xmalloc (*size_ret * data_size); | 2036 | *data_ret = (unsigned char *) xmalloc (*size_ret * data_size); |
| 2037 | for (i = 0; i < *size_ret; i++) | 2037 | for (i = 0; i < *size_ret; i++) |
| @@ -2045,7 +2045,7 @@ lisp_data_to_selection_data (display, obj, | |||
| 2045 | } | 2045 | } |
| 2046 | else | 2046 | else |
| 2047 | Fsignal (Qerror, /* Qselection_error */ | 2047 | Fsignal (Qerror, /* Qselection_error */ |
| 2048 | Fcons (build_string ("unrecognised selection data"), | 2048 | Fcons (build_string ("unrecognized selection data"), |
| 2049 | Fcons (obj, Qnil))); | 2049 | Fcons (obj, Qnil))); |
| 2050 | 2050 | ||
| 2051 | *type_ret = symbol_to_x_atom (dpyinfo, display, type); | 2051 | *type_ret = symbol_to_x_atom (dpyinfo, display, type); |
| @@ -2832,7 +2832,7 @@ are ignored. */) | |||
| 2832 | when sending to the root window. */ | 2832 | when sending to the root window. */ |
| 2833 | event.xclient.window = to_root ? FRAME_OUTER_WINDOW (f) : wdest; | 2833 | event.xclient.window = to_root ? FRAME_OUTER_WINDOW (f) : wdest; |
| 2834 | 2834 | ||
| 2835 | 2835 | ||
| 2836 | memset (event.xclient.data.b, 0, sizeof (event.xclient.data.b)); | 2836 | memset (event.xclient.data.b, 0, sizeof (event.xclient.data.b)); |
| 2837 | x_fill_property_data (dpyinfo->display, values, event.xclient.data.b, | 2837 | x_fill_property_data (dpyinfo->display, values, event.xclient.data.b, |
| 2838 | event.xclient.format); | 2838 | event.xclient.format); |