diff options
| author | Juanma Barranquero | 2002-09-06 09:05:22 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-09-06 09:05:22 +0000 |
| commit | f8f8d46438b88a27105d3272fe1c7168d9dc7c78 (patch) | |
| tree | ccfb37aa85589687ea1846987948f68007333319 /src | |
| parent | 3b32ae2caafe7d8e5539786c959fd3f8b0d36b75 (diff) | |
| download | emacs-f8f8d46438b88a27105d3272fe1c7168d9dc7c78.tar.gz emacs-f8f8d46438b88a27105d3272fe1c7168d9dc7c78.zip | |
(syms_of_xselect): Fix spacing.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 19 | ||||
| -rw-r--r-- | src/xselect.c | 4 |
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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-09-05 Richard M. Stallman <rms@gnu.org> | 20 | 2002-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. |
| 2405 | Usually, `selection-coding-system' is used for communicating with | 2405 | Usually, `selection-coding-system' is used for communicating with |
| 2406 | other X clients. But, if this variable is set, it is used for the | 2406 | other X clients. But, if this variable is set, it is used for the |
| 2407 | next communication only. After the communication, this variable is | 2407 | next communication only. After the communication, this variable is |
| 2408 | set to nil. */); | 2408 | set to nil. */); |
| 2409 | Vnext_selection_coding_system = Qnil; | 2409 | Vnext_selection_coding_system = Qnil; |
| 2410 | 2410 | ||