aboutsummaryrefslogtreecommitdiffstats
path: root/src/dired.c
diff options
context:
space:
mode:
authorPaul Eggert2011-03-14 20:59:26 -0700
committerPaul Eggert2011-03-14 20:59:26 -0700
commit4a6bea268fbac2fd64018374652f5b2c9b04b4fd (patch)
tree8b42cc663ff79d18960297827ae687bae8506428 /src/dired.c
parentf839df0cf5882909c0f6424455abed586f125987 (diff)
downloademacs-4a6bea268fbac2fd64018374652f5b2c9b04b4fd.tar.gz
emacs-4a6bea268fbac2fd64018374652f5b2c9b04b4fd.zip
* dired.c (directory_files_internal_unwind): Now static.
Diffstat (limited to 'src/dired.c')
-rw-r--r--src/dired.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dired.c b/src/dired.c
index d201418d78b..7891fc5f4a1 100644
--- a/src/dired.c
+++ b/src/dired.c
@@ -102,7 +102,7 @@ directory_files_internal_w32_unwind (Lisp_Object arg)
102} 102}
103#endif 103#endif
104 104
105Lisp_Object 105static Lisp_Object
106directory_files_internal_unwind (Lisp_Object dh) 106directory_files_internal_unwind (Lisp_Object dh)
107{ 107{
108 DIR *d = (DIR *) XSAVE_VALUE (dh)->pointer; 108 DIR *d = (DIR *) XSAVE_VALUE (dh)->pointer;