emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32proc.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/w32proc.c
Date: Sat, 16 Jul 2005 07:25:43 -0400

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 */
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]