diff options
| author | Paul Eggert | 2011-03-15 11:08:06 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-15 11:08:06 -0700 |
| commit | dbd37a958fc17c793003ea95ad61ae51cff5ff45 (patch) | |
| tree | 3782a4c46810efd267538246d97d77bfa4bb6de0 /src/dired.c | |
| parent | 7e47afad4513977ba3cc5a175081f1c258a8ddfe (diff) | |
| download | emacs-dbd37a958fc17c793003ea95ad61ae51cff5ff45.tar.gz emacs-dbd37a958fc17c793003ea95ad61ae51cff5ff45.zip | |
* dired.c (compile_pattern): Move decl from here ...
* lisp.h: ... to here, so that it can be checked.
(struct re_registers): New forward decl.
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; |