diff options
| author | Eli Zaretskii | 2012-12-10 15:25:17 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-12-10 15:25:17 +0200 |
| commit | 2b8c906403908a5037b52bfecb72b65d0ce0cd1e (patch) | |
| tree | f1d720c43535ee624f02cf2b47f24e44d4a80e99 /src/termhooks.h | |
| parent | f282b9f7987fd7c2c8e323cc9f934ea53c05c3af (diff) | |
| download | emacs-2b8c906403908a5037b52bfecb72b65d0ce0cd1e.tar.gz emacs-2b8c906403908a5037b52bfecb72b65d0ce0cd1e.zip | |
Final cleanups and updated ChangeLog entries.
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 5e73127a699..1a261bacdc5 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -201,7 +201,6 @@ enum event_kind | |||
| 201 | On X, the window manager seems to grab the keys it wants | 201 | On X, the window manager seems to grab the keys it wants |
| 202 | first, so this is not a problem there. */ | 202 | first, so this is not a problem there. */ |
| 203 | , MULTIMEDIA_KEY_EVENT | 203 | , MULTIMEDIA_KEY_EVENT |
| 204 | , FILE_NOTIFY_EVENT | ||
| 205 | #endif | 204 | #endif |
| 206 | 205 | ||
| 207 | #ifdef HAVE_NS | 206 | #ifdef HAVE_NS |
| @@ -212,7 +211,7 @@ enum event_kind | |||
| 212 | , NS_NONKEY_EVENT | 211 | , NS_NONKEY_EVENT |
| 213 | #endif | 212 | #endif |
| 214 | 213 | ||
| 215 | #ifdef HAVE_INOTIFY | 214 | #if defined (HAVE_INOTIFY) || defined (HAVE_NTGUI) |
| 216 | /* File or directory was changed. */ | 215 | /* File or directory was changed. */ |
| 217 | , FILE_NOTIFY_EVENT | 216 | , FILE_NOTIFY_EVENT |
| 218 | #endif | 217 | #endif |