diff options
Diffstat (limited to 'src/dired.c')
| -rw-r--r-- | src/dired.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dired.c b/src/dired.c index 4080e1711e0..3e2ce5e96a6 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -79,11 +79,6 @@ extern struct direct *readdir (DIR *); | |||
| 79 | #include "regex.h" | 79 | #include "regex.h" |
| 80 | #include "blockinput.h" | 80 | #include "blockinput.h" |
| 81 | 81 | ||
| 82 | /* Returns a search buffer, with a fastmap allocated and ready to go. */ | ||
| 83 | extern struct re_pattern_buffer *compile_pattern (Lisp_Object, | ||
| 84 | struct re_registers *, | ||
| 85 | Lisp_Object, int, int); | ||
| 86 | |||
| 87 | Lisp_Object Qdirectory_files; | 82 | Lisp_Object Qdirectory_files; |
| 88 | Lisp_Object Qdirectory_files_and_attributes; | 83 | Lisp_Object Qdirectory_files_and_attributes; |
| 89 | Lisp_Object Qfile_name_completion; | 84 | Lisp_Object Qfile_name_completion; |