Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3254eb1e
Commit
3254eb1e
authored
Mar 15, 1993
by
Jim Blandy
Browse files
Fix the fix.
parent
6155fae1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/dired.c
src/dired.c
+1
-0
No files found.
src/dired.c
View file @
3254eb1e
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment