]> code.delx.au - gnu-emacs/blobdiff - src/keyboard.c
Merge emacs-25 into master (using imerge)
[gnu-emacs] / src / keyboard.c
index 9ebd86b53560dfb367e4ea21657478e07a461909..6fa38aa1328e2c601fcc2881f894c3c996146ceb 100644 (file)
@@ -5947,12 +5947,12 @@ make_lispy_event (struct input_event *event)
       }
 #endif /* HAVE_DBUS */
 
-#if defined HAVE_GFILENOTIFY || defined HAVE_INOTIFY
+#if defined HAVE_INOTIFY || defined HAVE_KQUEUE || defined HAVE_GFILENOTIFY
     case FILE_NOTIFY_EVENT:
       {
         return Fcons (Qfile_notify, event->arg);
       }
-#endif /* defined HAVE_GFILENOTIFY || defined HAVE_INOTIFY */
+#endif /* HAVE_INOTIFY || HAVE_KQUEUE || HAVE_GFILENOTIFY */
 
     case CONFIG_CHANGED_EVENT:
        return list3 (Qconfig_changed_event,