aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2002-09-06 09:05:22 +0000
committerJuanma Barranquero2002-09-06 09:05:22 +0000
commitf8f8d46438b88a27105d3272fe1c7168d9dc7c78 (patch)
treeccfb37aa85589687ea1846987948f68007333319 /src
parent3b32ae2caafe7d8e5539786c959fd3f8b0d36b75 (diff)
downloademacs-f8f8d46438b88a27105d3272fe1c7168d9dc7c78.tar.gz
emacs-f8f8d46438b88a27105d3272fe1c7168d9dc7c78.zip
(syms_of_xselect): Fix spacing.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog19
-rw-r--r--src/xselect.c4
2 files changed, 21 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 330361ebf0e..d68ddfb35af 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12002-09-06 Juanma Barranquero <lektu@terra.es>
2
3 * coding.c (syms_of_coding): Fix spacing.
4
5 * composite.c (Fcompose_region_internal)
6 (Fcompose_string_internal): Likewise.
7
8 * data.c (Flsh): Likewise.
9
10 * fontset.c (Fset_fontset_font): Likewise.
11
12 * macfns.c (Fx_server_max_request_size): Likewise.
13
14 * w16select.c (syms_of_win16select): Likewise.
15
16 * w32select.c (syms_of_w32select): Likewise.
17
18 * xselect.c (syms_of_xselect): Likewise.
19
12002-09-05 Richard M. Stallman <rms@gnu.org> 202002-09-05 Richard M. Stallman <rms@gnu.org>
2 21
3 * regex.c (set_image_of_range_1): In no-TRANSLATE case, 22 * 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'. */);
2403 DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, 2403 DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system,
2404 doc: /* Coding system for the next communication with other X clients. 2404 doc: /* Coding system for the next communication with other X clients.
2405Usually, `selection-coding-system' is used for communicating with 2405Usually, `selection-coding-system' is used for communicating with
2406other X clients. But, if this variable is set, it is used for the 2406other X clients. But, if this variable is set, it is used for the
2407next communication only. After the communication, this variable is 2407next communication only. After the communication, this variable is
2408set to nil. */); 2408set to nil. */);
2409 Vnext_selection_coding_system = Qnil; 2409 Vnext_selection_coding_system = Qnil;
2410 2410