* dired.c (directory_files_internal_unwind): Now static.

This commit is contained in:
Paul Eggert 2011-03-14 20:59:26 -07:00
parent f839df0cf5
commit 4a6bea268f
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
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.

View file

@ -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;