aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32select.c
diff options
context:
space:
mode:
authorStefan Monnier2010-10-15 17:55:33 -0400
committerStefan Monnier2010-10-15 17:55:33 -0400
commit0c747cb143fa227e78f350ac353d703f489209df (patch)
tree5b434055c797bd75eaa1e3d9d0773e586d44daee /src/w32select.c
parenta01a7932080e8a6e7bc8472c58cefabcc2c37df3 (diff)
parentaa095b2db98ae149737f8de00ee733b1d257ed33 (diff)
downloademacs-0c747cb143fa227e78f350ac353d703f489209df.tar.gz
emacs-0c747cb143fa227e78f350ac353d703f489209df.zip
Merge from trunk
Diffstat (limited to 'src/w32select.c')
-rw-r--r--src/w32select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32select.c b/src/w32select.c
index bd013a5ece9..f9bab384062 100644
--- a/src/w32select.c
+++ b/src/w32select.c
@@ -1072,7 +1072,7 @@ syms_of_w32select (void)
1072When sending or receiving text via cut_buffer, selection, and 1072When sending or receiving text via cut_buffer, selection, and
1073clipboard, the text is encoded or decoded by this coding system. 1073clipboard, the text is encoded or decoded by this coding system.
1074The default value is the current system default encoding on 9x/Me and 1074The 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;