/[emacs]/emacs/src/w32proc.c
ViewVC logotype

Diff of /emacs/src/w32proc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.63 by lute, Mon Jul 4 16:06:37 2005 UTC revision 1.64 by eliz, Sat Jul 16 11:25:43 2005 UTC
# Line 2146  syms_of_ntproc () Line 2146  syms_of_ntproc ()
2146  {  {
2147    Qhigh = intern ("high");    Qhigh = intern ("high");
2148    Qlow = intern ("low");    Qlow = intern ("low");
2149      staticpro (&Qhigh);
2150      staticpro (&Qlow);
2151    
2152  #ifdef HAVE_SOCKETS  #ifdef HAVE_SOCKETS
2153    defsubr (&Sw32_has_winsock);    defsubr (&Sw32_has_winsock);
# Line 2241  the truename of a file can be slow.  */) Line 2243  the truename of a file can be slow.  */)
2243  Note that this option is only useful for files on NTFS volumes, where hard links  Note that this option is only useful for files on NTFS volumes, where hard links
2244  are supported.  Moreover, it slows down `file-attributes' noticeably.  */);  are supported.  Moreover, it slows down `file-attributes' noticeably.  */);
2245    Vw32_get_true_file_attributes = Qt;    Vw32_get_true_file_attributes = Qt;
2246    
2247      staticpro (&Vw32_valid_locale_ids);
2248      staticpro (&Vw32_valid_codepages);
2249  }  }
2250  /* end of ntproc.c */  /* end of ntproc.c */
2251    

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26