aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32notify.c
diff options
context:
space:
mode:
authorK. Handa2015-01-07 22:51:41 +0900
committerK. Handa2015-01-07 22:51:41 +0900
commit88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf (patch)
tree18da116400703b67738bdbbd38cc4abf4c1e929f /src/w32notify.c
parent3f79d3131629f73da16ec121d2a0056f11b70e65 (diff)
parent95295df44cc2b6e0e2442aeff96b0fe2ceac405c (diff)
downloademacs-88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf.tar.gz
emacs-88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf.zip
Merge branch master of git.sv.gnu.org:/srv/git/emacs.
Diffstat (limited to 'src/w32notify.c')
-rw-r--r--src/w32notify.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/w32notify.c b/src/w32notify.c
index 4f8c79a1f3a..a0d555b4786 100644
--- a/src/w32notify.c
+++ b/src/w32notify.c
@@ -1,5 +1,5 @@
1/* Filesystem notifications support for GNU Emacs on the Microsoft Windows API. 1/* Filesystem notifications support for GNU Emacs on the Microsoft Windows API.
2 Copyright (C) 2012-2014 Free Software Foundation, Inc. 2 Copyright (C) 2012-2015 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -118,9 +118,7 @@ BYTE file_notifications[16384];
118DWORD notifications_size; 118DWORD notifications_size;
119void *notifications_desc; 119void *notifications_desc;
120 120
121static Lisp_Object Qfile_name, Qdirectory_name, Qattributes; 121static Lisp_Object watch_list;
122static Lisp_Object Qlast_write_time, Qlast_access_time, Qcreation_time;
123static Lisp_Object Qsecurity_desc, Qsubtree, watch_list;
124 122
125/* Signal to the main thread that we have file notifications for it to 123/* Signal to the main thread that we have file notifications for it to
126 process. */ 124 process. */