]> code.delx.au - gnu-emacs/blobdiff - src/w16select.c
(tty_setup_colors): Treat any negative argument as -1.
[gnu-emacs] / src / w16select.c
index 4bd200dfbc3c8ac62c12bc9b63caeba699c3ba29..7fb0534f36d7dbf3f713e5bbb4139aad64d91369 100644 (file)
@@ -748,8 +748,8 @@ syms_of_win16select ()
               doc: /* Coding system for communicating with other X clients.
 When sending or receiving text via cut_buffer, selection, and clipboard,
 the text is encoded or decoded by this coding system.
-A default value is `iso-latin-1-dos'.  */);
-  Vselection_coding_system=intern ("iso-latin-1-dos");
+The default value is `iso-latin-1-dos'.  */);
+  Vselection_coding_system = intern ("iso-latin-1-dos");
 
   DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system,
               doc: /* Coding system for the next communication with other X clients.
@@ -764,3 +764,6 @@ set to nil.  */);
 }
 
 #endif /* MSDOS */
+
+/* arch-tag: 085a22c8-7324-436e-a6da-102464ce95d8
+   (do not change this comment) */