Mercurial > emacs
changeset 2371:48f808108031
(searchbuf): Declare here.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 25 Mar 1993 17:56:41 +0000 |
parents | 4817a2197ac2 |
children | ad7cb938ae08 |
files | src/dired.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.