Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
381:908a86f940e6 | 382:064ab7fed2e0 |
---|---|
954 It is used by the functions `file-name-completion' and | 954 It is used by the functions `file-name-completion' and |
955 `file-name-all-completions'. | 955 `file-name-all-completions'. |
956 */ ); | 956 */ ); |
957 Vcompletion_ignored_extensions = Qnil; | 957 Vcompletion_ignored_extensions = Qnil; |
958 | 958 |
959 #ifndef WINDOWSNT | |
959 user_cache = NULL; | 960 user_cache = NULL; |
960 user_cache_len = 0; | 961 user_cache_len = 0; |
961 user_cache_max = 0; | 962 user_cache_max = 0; |
962 } | 963 #endif |
964 } |