]> code.delx.au - gnu-emacs/commit
Work on kqueue
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 9 Nov 2015 19:26:10 +0000 (20:26 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 25 Nov 2015 14:07:10 +0000 (15:07 +0100)
commit7543d1cf46e475bd14a147ef676abe3935a8f96e
treee34124493ba1a54fb8a5056ec16c03176632ea99
parente3354e2265bc442e4c7b84b806be482db88581a2
Work on kqueue

* lisp/filenotify.el (file-notify--library)
(file-notify-descriptors, file-notify-callback)
(file-notify-add-watch, file-notify-rm-watch)
(file-notify-valid-p): Add kqueue support.

* src/keyboard.c (make_lispy_event): Check also for HAVE_KQUEUE.
lisp/filenotify.el
src/keyboard.c
src/kqueue.c