diff src/w32proc.c @ 64363:71c7519df9b7

(syms_of_ntproc): staticpro Qhigh, Qlow, Vw32_valid_locale_ids, and Vw32_valid_codepages.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 16 Jul 2005 11:25:43 +0000
parents a8fa7c632ee4
children a0d1312ede66 187d6a1f84f7
line wrap: on
line diff
--- a/src/w32proc.c	Sat Jul 16 11:03:26 2005 +0000
+++ b/src/w32proc.c	Sat Jul 16 11:25:43 2005 +0000
@@ -2146,6 +2146,8 @@
 {
   Qhigh = intern ("high");
   Qlow = intern ("low");
+  staticpro (&Qhigh);
+  staticpro (&Qlow);
 
 #ifdef HAVE_SOCKETS
   defsubr (&Sw32_has_winsock);
@@ -2241,6 +2243,9 @@
 Note that this option is only useful for files on NTFS volumes, where hard links
 are supported.  Moreover, it slows down `file-attributes' noticeably.  */);
   Vw32_get_true_file_attributes = Qt;
+
+  staticpro (&Vw32_valid_locale_ids);
+  staticpro (&Vw32_valid_codepages);
 }
 /* end of ntproc.c */