X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fdired.c;h=e0639f9f656bf08cf5c4d7f034a1fc6f61068853;hb=6d96ab26aa9c2c14c5562a27aa5a5538d7f7d98f;hp=e07049bdb968bf1436ca735e959d9551d35675b2;hpb=d8654f7c5ad0c04060008c6fbbd90add1f4537e3;p=chise%2Fxemacs-chise.git.1 diff --git a/src/dired.c b/src/dired.c index e07049b..e0639f9 100644 --- a/src/dired.c +++ b/src/dired.c @@ -124,7 +124,8 @@ If FILES-ONLY is the symbol t, then only the "files" in the directory if (!d) report_file_error ("Opening directory", list1 (directory)); - regex_match_object = Qt; + /* #### In Matt's code, this was Qt. Why? */ + regex_match_object = Qnil; regex_emacs_buffer = current_buffer; record_unwind_protect (close_directory_unwind, make_opaque_ptr ((void *)d));