changeset 2183:1d57af6e24e9

Fix the fix.
author Jim Blandy <jimb@redhat.com>
date Mon, 15 Mar 1993 04:17:09 +0000
parents 4ffe88f2e493
children 2b5d701915fe
files src/dired.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dired.c	Mon Mar 15 03:04:52 1993 +0000
+++ b/src/dired.c	Mon Mar 15 04:17:09 1993 +0000
@@ -126,6 +126,7 @@
      Ffuncall, and cause a GC.  */
     GCPRO1 (match);
     dirname = Fexpand_file_name (dirname, Qnil);
+    UNGCPRO;
     GCPRO2 (match, dirname);
     dirfilename = Fdirectory_file_name (dirname);
     UNGCPRO;