diff src/w32select.c @ 90922:a4f75e39ca14

(syms_of_w32select): Use DEFSYM macro.
author Jason Rumney <jasonr@gnu.org>
date Mon, 11 Jun 2007 22:08:06 +0000
parents 95d0cdf160ea
children 218b1814ca2e
line wrap: on
line diff
--- a/src/w32select.c	Mon Jun 11 22:07:43 2007 +0000
+++ b/src/w32select.c	Mon Jun 11 22:08:06 2007 +0000
@@ -1089,13 +1089,13 @@
 set to nil.  */);
   Vnext_selection_coding_system = Qnil;
 
-  QCLIPBOARD = intern ("CLIPBOARD");	staticpro (&QCLIPBOARD);
+  DEFSYM (QCLIPBOARD, "CLIPBOARD");
 
   cfg_coding_system = Qnil;     staticpro (&cfg_coding_system);
   current_text = Qnil;		staticpro (&current_text);
   current_coding_system = Qnil; staticpro (&current_coding_system);
 
-  QUNICODE = intern ("utf-16le-dos"); staticpro (&QUNICODE);
+  DEFSYM (QUNICODE, "utf-16le-dos");
   QANSICP = Qnil; staticpro (&QANSICP);
   QOEMCP = Qnil;  staticpro (&QOEMCP);
 }