# HG changeset patch # User Richard M. Stallman # Date 733082201 0 # Node ID 48f80810803168c89f0d8d413a233cd12e677eb8 # Parent 4817a2197ac2866f59594590cb8b8b243a000113 (searchbuf): Declare here. diff -r 4817a2197ac2 -r 48f808108031 src/dired.c --- a/src/dired.c Thu Mar 25 17:44:56 1993 +0000 +++ b/src/dired.c Thu Mar 25 17:56:41 1993 +0000 @@ -68,6 +68,9 @@ #include "regex.h" +/* A search buffer, with a fastmap allocated and ready to go. */ +extern struct re_pattern_buffer searchbuf; + #define min(a, b) ((a) < (b) ? (a) : (b)) /* if system does not have symbolic links, it does not have lstat.