aboutsummaryrefslogtreecommitdiffstats
path: root/src/dired.c
diff options
context:
space:
mode:
authorJoakim Verona2013-01-16 00:03:29 +0100
committerJoakim Verona2013-01-16 00:03:29 +0100
commit29901a24475c9dd0e7e7bc73adb0fabf7d0a7ddd (patch)
treeacbf658794aeff0bae865da7fc1e88733cb2b397 /src/dired.c
parentbc4f7ac4ec3ee942171b9fef6eec6b1a61cc5b8b (diff)
parent963ea40fe96634a01b24aef4fc39acf9a4236eb7 (diff)
downloademacs-29901a24475c9dd0e7e7bc73adb0fabf7d0a7ddd.tar.gz
emacs-29901a24475c9dd0e7e7bc73adb0fabf7d0a7ddd.zip
auto upstream
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 8483721401a..3dca9d24f67 100644
--- a/src/dired.c
+++ b/src/dired.c
@@ -78,7 +78,7 @@ directory_files_internal_w32_unwind (Lisp_Object arg)
78static Lisp_Object 78static Lisp_Object
79directory_files_internal_unwind (Lisp_Object dh) 79directory_files_internal_unwind (Lisp_Object dh)
80{ 80{
81 DIR *d = XSAVE_POINTER (dh); 81 DIR *d = XSAVE_POINTER (dh, 0);
82 block_input (); 82 block_input ();
83 closedir (d); 83 closedir (d);
84 unblock_input (); 84 unblock_input ();