aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2002-09-06 09:04:56 +0000
committerJuanma Barranquero2002-09-06 09:04:56 +0000
commit3b32ae2caafe7d8e5539786c959fd3f8b0d36b75 (patch)
treef7c3d1bbfc3c2884e8f8ae9e05160a0da523d98b /src
parentb1abeb713f9a262b1bc2ab43973b1d377389fc03 (diff)
downloademacs-3b32ae2caafe7d8e5539786c959fd3f8b0d36b75.tar.gz
emacs-3b32ae2caafe7d8e5539786c959fd3f8b0d36b75.zip
(syms_of_w32select): Fix spacing.
Diffstat (limited to 'src')
-rw-r--r--src/w32select.c4
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.
465Usually, `selection-coding-system' is used for communicating with 465Usually, `selection-coding-system' is used for communicating with
466other programs. But, if this variable is set, it is used for the 466other programs. But, if this variable is set, it is used for the
467next communication only. After the communication, this variable is 467next communication only. After the communication, this variable is
468set to nil. */); 468set to nil. */);
469 Vnext_selection_coding_system = Qnil; 469 Vnext_selection_coding_system = Qnil;
470 470