From 9c9d6d8b4c680e7070ec230f54ab7c77931846a1 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Mon, 11 Jun 2007 22:08:06 +0000 Subject: (syms_of_w32select): Use DEFSYM macro. --- src/w32select.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/w32select.c') diff --git a/src/w32select.c b/src/w32select.c index 889e09a4a6c..31d0a0d88cc 100644 --- a/src/w32select.c +++ b/src/w32select.c @@ -1089,13 +1089,13 @@ next communication only. After the communication, this variable is 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 (¤t_text); current_coding_system = Qnil; staticpro (¤t_coding_system); - QUNICODE = intern ("utf-16le-dos"); staticpro (&QUNICODE); + DEFSYM (QUNICODE, "utf-16le-dos"); QANSICP = Qnil; staticpro (&QANSICP); QOEMCP = Qnil; staticpro (&QOEMCP); } -- cgit v1.2.1