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
4a6bea26
Commit
4a6bea26
authored
Mar 14, 2011
by
Paul Eggert
Browse files
* dired.c (directory_files_internal_unwind): Now static.
parent
f839df0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/dired.c
src/dired.c
+1
-1
No files found.
src/ChangeLog
View file @
4a6bea26
2011-03-15 Paul Eggert <eggert@cs.ucla.edu>
* dired.c (directory_files_internal_unwind): Now static.
* fileio.c (file_name_as_directory, directory_file_name):
(barf_or_query_if_file_exists, auto_save_error, auto_save_1):
Now static.
src/dired.c
View file @
4a6bea26
...
...
@@ -102,7 +102,7 @@ directory_files_internal_w32_unwind (Lisp_Object arg)
}
#endif
Lisp_Object
static
Lisp_Object
directory_files_internal_unwind
(
Lisp_Object
dh
)
{
DIR
*
d
=
(
DIR
*
)
XSAVE_VALUE
(
dh
)
->
pointer
;
...
...
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