changeset 90922:a4f75e39ca14

(syms_of_w32select): Use DEFSYM macro.
author Jason Rumney <jasonr@gnu.org>
date Mon, 11 Jun 2007 22:08:06 +0000
parents 47c076d206e6
children 4a877f897bd8
files src/w32select.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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);
 }