comparison src/w32select.c @ 47280:7e81df5e2e1a

(syms_of_w32select): Fix spacing.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 06 Sep 2002 09:04:56 +0000
parents 40db0673e6f0
children 4ef507bc376e
comparison
equal deleted inserted replaced
47279:06197dc11581 47280:7e81df5e2e1a
461 Vselection_coding_system=intern ("iso-latin-1-dos"); 461 Vselection_coding_system=intern ("iso-latin-1-dos");
462 462
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
471 QCLIPBOARD = intern ("CLIPBOARD"); staticpro (&QCLIPBOARD); 471 QCLIPBOARD = intern ("CLIPBOARD"); staticpro (&QCLIPBOARD);
472 } 472 }