diff options
| author | Jim Blandy | 1993-03-15 04:17:09 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-15 04:17:09 +0000 |
| commit | 3254eb1e379c0a95737492bf3350c6a862d371d0 (patch) | |
| tree | 7206766dae0d7badd51167de0c84bffab39e380b /src | |
| parent | 6155fae1c87411ff6269131a1342fa0633429f48 (diff) | |
| download | emacs-3254eb1e379c0a95737492bf3350c6a862d371d0.tar.gz emacs-3254eb1e379c0a95737492bf3350c6a862d371d0.zip | |
Fix the fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dired.c | 1 |
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\ | |||
| 126 | Ffuncall, and cause a GC. */ | 126 | Ffuncall, and cause a GC. */ |
| 127 | GCPRO1 (match); | 127 | GCPRO1 (match); |
| 128 | dirname = Fexpand_file_name (dirname, Qnil); | 128 | dirname = Fexpand_file_name (dirname, Qnil); |
| 129 | UNGCPRO; | ||
| 129 | GCPRO2 (match, dirname); | 130 | GCPRO2 (match, dirname); |
| 130 | dirfilename = Fdirectory_file_name (dirname); | 131 | dirfilename = Fdirectory_file_name (dirname); |
| 131 | UNGCPRO; | 132 | UNGCPRO; |