diff src/dired.c @ 382:064ab7fed2e0 r21-2-6

Import from CVS: tag r21-2-6
author cvs
date Mon, 13 Aug 2007 11:07:39 +0200
parents 8626e4521993
children bbff43aa5eb7
line wrap: on
line diff
--- a/src/dired.c	Mon Aug 13 11:07:11 2007 +0200
+++ b/src/dired.c	Mon Aug 13 11:07:39 2007 +0200
@@ -956,7 +956,9 @@
 */ );
   Vcompletion_ignored_extensions = Qnil;
 
+#ifndef  WINDOWSNT
   user_cache = NULL;
   user_cache_len = 0;
   user_cache_max = 0;
+#endif
 }