Index: emacs/src/w32proc.c
diff -c emacs/src/w32proc.c:1.63 emacs/src/w32proc.c:1.64
*** emacs/src/w32proc.c:1.63    Mon Jul  4 16:06:37 2005
--- emacs/src/w32proc.c Sat Jul 16 11:25:43 2005
***************
*** 2146,2151 ****
--- 2146,2153 ----
  {
    Qhigh = intern ("high");
    Qlow = intern ("low");
+   staticpro (&Qhigh);
+   staticpro (&Qlow);
  
  #ifdef HAVE_SOCKETS
    defsubr (&Sw32_has_winsock);
***************
*** 2241,2246 ****
--- 2243,2251 ----
  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 */
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to