comparison src/w32select.c @ 110997:b8fde5ef9e14

Merge changes from emacs-23 branch.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 14 Oct 2010 16:32:27 +0200
parents 228a5fa4eda0 734b2470f93c
children 600f564fdc23
comparison
equal deleted inserted replaced
110996:e65b79c36e50 110997:b8fde5ef9e14
1070 DEFVAR_LISP ("selection-coding-system", &Vselection_coding_system, 1070 DEFVAR_LISP ("selection-coding-system", &Vselection_coding_system,
1071 doc: /* Coding system for communicating with other programs. 1071 doc: /* Coding system for communicating with other programs.
1072 When sending or receiving text via cut_buffer, selection, and 1072 When sending or receiving text via cut_buffer, selection, and
1073 clipboard, the text is encoded or decoded by this coding system. 1073 clipboard, the text is encoded or decoded by this coding system.
1074 The default value is the current system default encoding on 9x/Me and 1074 The default value is the current system default encoding on 9x/Me and
1075 `utf-16le-dos' (Unicode) on NT/W2K/XP. */); 1075 `utf-16le-dos' (Unicode) on NT/W2K/XP. */);
1076 /* The actual value is set dynamically in the dumped Emacs, see 1076 /* The actual value is set dynamically in the dumped Emacs, see
1077 below. */ 1077 below. */
1078 Vselection_coding_system = Qnil; 1078 Vselection_coding_system = Qnil;
1079 1079
1080 DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, 1080 DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system,