From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:05:22 +0000 (+0000) Subject: (syms_of_xselect): Fix spacing. X-Git-Tag: ttn-vms-21-2-B4~13347 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8f8d46438b88a27105d3272fe1c7168d9dc7c78;p=emacs.git (syms_of_xselect): Fix spacing. --- diff --git a/src/ChangeLog b/src/ChangeLog index 330361ebf0e..d68ddfb35af 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,22 @@ +2002-09-06 Juanma Barranquero + + * coding.c (syms_of_coding): Fix spacing. + + * composite.c (Fcompose_region_internal) + (Fcompose_string_internal): Likewise. + + * data.c (Flsh): Likewise. + + * fontset.c (Fset_fontset_font): Likewise. + + * macfns.c (Fx_server_max_request_size): Likewise. + + * w16select.c (syms_of_win16select): Likewise. + + * w32select.c (syms_of_w32select): Likewise. + + * xselect.c (syms_of_xselect): Likewise. + 2002-09-05 Richard M. Stallman * regex.c (set_image_of_range_1): In no-TRANSLATE case, diff --git a/src/xselect.c b/src/xselect.c index cbef1ad3aa0..07a61ca2de3 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -2403,8 +2403,8 @@ The default value is `compound-text-with-extensions'. */); DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, doc: /* Coding system for the next communication with other X clients. Usually, `selection-coding-system' is used for communicating with -other X clients. But, if this variable is set, it is used for the -next communication only. After the communication, this variable is +other X clients. But, if this variable is set, it is used for the +next communication only. After the communication, this variable is set to nil. */); Vnext_selection_coding_system = Qnil;