Fix the fix.
authorJim Blandy <jimb@redhat.com>
Mon, 15 Mar 1993 04:17:09 +0000 (04:17 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 15 Mar 1993 04:17:09 +0000 (04:17 +0000)
src/dired.c

index 35de751..9f38f79 100644 (file)
@@ -126,6 +126,7 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable.\n\
      Ffuncall, and cause a GC.  */
     GCPRO1 (match);
     dirname = Fexpand_file_name (dirname, Qnil);
+    UNGCPRO;
     GCPRO2 (match, dirname);
     dirfilename = Fdirectory_file_name (dirname);
     UNGCPRO;