(syms_of_w32select): Use DEFSYM macro.
This commit is contained in:
parent
5112869221
commit
9c9d6d8b4c
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue