diff options
| author | Eli Zaretskii | 2015-01-05 22:13:58 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-01-05 22:13:58 +0200 |
| commit | 5b5dab1281bc47e36b6fb40b88a3ff2241657469 (patch) | |
| tree | 830d59d82512e40991c388fa2484e78cca8cb652 /src/w32notify.c | |
| parent | bc78ff2603b8c062dbd8f93f421c3412e36e343f (diff) | |
| download | emacs-5b5dab1281bc47e36b6fb40b88a3ff2241657469.tar.gz emacs-5b5dab1281bc47e36b6fb40b88a3ff2241657469.zip | |
MS-Windows followup to previous commit
src/w32proc.c, src/w32.h, src/w32fns.c, src/w32font.c, src/w32menu.c:
src/w32notify.c, src/w32proc.c, src/w32select.c, src/w32term.c:
src/w32uniscribe.c: Remove declarations of Q* variables that
represent symbols.
Diffstat (limited to 'src/w32notify.c')
| -rw-r--r-- | src/w32notify.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/w32notify.c b/src/w32notify.c index 764ded6559f..a0d555b4786 100644 --- a/src/w32notify.c +++ b/src/w32notify.c | |||
| @@ -118,9 +118,7 @@ BYTE file_notifications[16384]; | |||
| 118 | DWORD notifications_size; | 118 | DWORD notifications_size; |
| 119 | void *notifications_desc; | 119 | void *notifications_desc; |
| 120 | 120 | ||
| 121 | static Lisp_Object Qfile_name, Qdirectory_name, Qattributes; | 121 | static Lisp_Object watch_list; |
| 122 | static Lisp_Object Qlast_write_time, Qlast_access_time, Qcreation_time; | ||
| 123 | static 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. */ |