Mercurial > hg > xemacs-beta
comparison src/dired.c @ 404:2f8bb876ab1d r21-2-32
Import from CVS: tag r21-2-32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:16:07 +0200 |
parents | 74fd4e045ea6 |
children | de805c49cfc1 |
comparison
equal
deleted
inserted
replaced
403:9f011ab08d48 | 404:2f8bb876ab1d |
---|---|
21 /* Synched up with: FSF 19.30. */ | 21 /* Synched up with: FSF 19.30. */ |
22 | 22 |
23 #include <config.h> | 23 #include <config.h> |
24 #include "lisp.h" | 24 #include "lisp.h" |
25 | 25 |
26 #include "sysfile.h" | |
27 #include "sysdir.h" | |
28 #include "systime.h" | |
29 #include "sysdep.h" | |
30 #include "syspwd.h" | |
26 #include "buffer.h" | 31 #include "buffer.h" |
27 #include "commands.h" | 32 #include "commands.h" |
28 #include "elhash.h" | 33 #include "elhash.h" |
29 #include "regex.h" | 34 #include "regex.h" |
30 #include "opaque.h" | 35 #include "opaque.h" |
31 #include "sysfile.h" | |
32 #include "sysdir.h" | |
33 #include "systime.h" | |
34 #include "sysdep.h" | |
35 #include "syspwd.h" | |
36 | 36 |
37 Lisp_Object Vcompletion_ignored_extensions; | 37 Lisp_Object Vcompletion_ignored_extensions; |
38 Lisp_Object Qdirectory_files; | 38 Lisp_Object Qdirectory_files; |
39 Lisp_Object Qfile_name_completion; | 39 Lisp_Object Qfile_name_completion; |
40 Lisp_Object Qfile_name_all_completions; | 40 Lisp_Object Qfile_name_all_completions; |