summaryrefslogtreecommitdiff
path: root/src/dired.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-03-15 04:17:09 +0000
committerJim Blandy <jimb@redhat.com>1993-03-15 04:17:09 +0000
commitfb694d5bb19da7ed92b8747d106b7fb5209927e0 (patch)
treed4e95e41e944e4ecd9dce1e59e7f6eaf2d2c8bd4 /src/dired.c
parent28759beabd8cf745bb58401900e7da3f9370c48b (diff)
downloademacs-fb694d5bb19da7ed92b8747d106b7fb5209927e0.tar.gz
Fix the fix.
Diffstat (limited to 'src/dired.c')
-rw-r--r--src/dired.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dired.c b/src/dired.c
index 35de7515d72..9f38f79a711 100644
--- a/src/dired.c
+++ b/src/dired.c
@@ -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;