From f8f8d46438b88a27105d3272fe1c7168d9dc7c78 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:05:22 +0000 Subject: [PATCH] (syms_of_xselect): Fix spacing. --- src/ChangeLog | 19 +++++++++++++++++++ src/xselect.c | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 330361ebf0..d68ddfb35a 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 cbef1ad3aa..07a61ca2de 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; -- 2.20.1