diff options
| author | Juanma Barranquero | 2002-09-06 09:04:56 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-09-06 09:04:56 +0000 |
| commit | 3b32ae2caafe7d8e5539786c959fd3f8b0d36b75 (patch) | |
| tree | f7c3d1bbfc3c2884e8f8ae9e05160a0da523d98b /src | |
| parent | b1abeb713f9a262b1bc2ab43973b1d377389fc03 (diff) | |
| download | emacs-3b32ae2caafe7d8e5539786c959fd3f8b0d36b75.tar.gz emacs-3b32ae2caafe7d8e5539786c959fd3f8b0d36b75.zip | |
(syms_of_w32select): Fix spacing.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32select.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32select.c b/src/w32select.c index 1cb5838c6fc..fc5aab52b04 100644 --- a/src/w32select.c +++ b/src/w32select.c | |||
| @@ -463,8 +463,8 @@ the text is encoded or decoded by this coding system. */); | |||
| 463 | DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, | 463 | DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, |
| 464 | doc: /* Coding system for the next communication with other programs. | 464 | doc: /* Coding system for the next communication with other programs. |
| 465 | Usually, `selection-coding-system' is used for communicating with | 465 | Usually, `selection-coding-system' is used for communicating with |
| 466 | other programs. But, if this variable is set, it is used for the | 466 | other programs. But, if this variable is set, it is used for the |
| 467 | next communication only. After the communication, this variable is | 467 | next communication only. After the communication, this variable is |
| 468 | set to nil. */); | 468 | set to nil. */); |
| 469 | Vnext_selection_coding_system = Qnil; | 469 | Vnext_selection_coding_system = Qnil; |
| 470 | 470 | ||