]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdirectory_files): Set re_match_object.
authorRichard M. Stallman <rms@gnu.org>
Tue, 15 Apr 1997 04:44:36 +0000 (04:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 15 Apr 1997 04:44:36 +0000 (04:44 +0000)
src/dired.c

index 844c00687a2698648236c123335305517cd14a06..a10e94931f0ddca55ed26cf36921364e54692950 100644 (file)
@@ -177,6 +177,7 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable.\n\
 
   list = Qnil;
   dirnamelen = XSTRING (directory)->size;
+  re_match_object = Qt;
 
   /* Loop reading blocks */
   while (1)