aboutsummaryrefslogtreecommitdiffstats
path: root/src/dired.c
diff options
context:
space:
mode:
authorPaul Eggert2011-03-15 11:08:06 -0700
committerPaul Eggert2011-03-15 11:08:06 -0700
commitdbd37a958fc17c793003ea95ad61ae51cff5ff45 (patch)
tree3782a4c46810efd267538246d97d77bfa4bb6de0 /src/dired.c
parent7e47afad4513977ba3cc5a175081f1c258a8ddfe (diff)
downloademacs-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.c5
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. */
83extern struct re_pattern_buffer *compile_pattern (Lisp_Object,
84 struct re_registers *,
85 Lisp_Object, int, int);
86
87Lisp_Object Qdirectory_files; 82Lisp_Object Qdirectory_files;
88Lisp_Object Qdirectory_files_and_attributes; 83Lisp_Object Qdirectory_files_and_attributes;
89Lisp_Object Qfile_name_completion; 84Lisp_Object Qfile_name_completion;