mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 06:17:34 +00:00
* dired.c (directory_files_internal_unwind): Now static.
This commit is contained in:
parent
f839df0cf5
commit
4a6bea268f
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue