aboutsummaryrefslogtreecommitdiffstats
path: root/src/kqueue.c
diff options
context:
space:
mode:
authorK. Handa2016-01-08 23:21:43 +0900
committerK. Handa2016-01-08 23:21:43 +0900
commitf36805424633e3acb48ed9f0f729a36760e4cb7f (patch)
tree555f0e21f19aeee47d2855a5c7700afec5c81386 /src/kqueue.c
parentbc9a28ab424647209cc2f91ad21cdb41a7052812 (diff)
parent4580671f5e2a68885e0fca93eeaf9daaeebe82b3 (diff)
downloademacs-f36805424633e3acb48ed9f0f729a36760e4cb7f.tar.gz
emacs-f36805424633e3acb48ed9f0f729a36760e4cb7f.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'src/kqueue.c')
-rw-r--r--src/kqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kqueue.c b/src/kqueue.c
index 1830040637e..e0ee5fb9d7b 100644
--- a/src/kqueue.c
+++ b/src/kqueue.c
@@ -257,7 +257,7 @@ kqueue_compare_dir_list
257 257
258 /* At this point, old_dl, new_dl and pending_dl shall be empty. 258 /* At this point, old_dl, new_dl and pending_dl shall be empty.
259 deleted_dl might not be empty when there was a rename to a 259 deleted_dl might not be empty when there was a rename to a
260 nonexisting file. Let's make a check for this (might be removed 260 nonexistent file. Let's make a check for this (might be removed
261 once the code is stable). */ 261 once the code is stable). */
262 if (! NILP (old_dl)) 262 if (! NILP (old_dl))
263 report_file_error ("Old list not empty", old_dl); 263 report_file_error ("Old list not empty", old_dl);