]> git.eshelyaron.com Git - emacs.git/commitdiff
* dired.c (directory_files_internal_unwind): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Mar 2011 03:59:26 +0000 (20:59 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Mar 2011 03:59:26 +0000 (20:59 -0700)
src/ChangeLog
src/dired.c

index c84c2397810ccee0d9e8167881bd9229d30293c9..7468af4c725216a616f07cd237e2b0e5823854e9 100644 (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.
index d201418d78b4b1841cf6f9ff668db3b9a4caf75a..7891fc5f4a194ca7114b432ba3ee826ceb467a4a 100644 (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;