diff options
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 | ||