]> 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, 11 Nov 2015 11:10:48 +0000 (12:10 +0100)
commit0198c3066e8866d464690a9a7924d42e9c2663bf
treef0b6e7771a4372da7a6476984e0d401974c9c3ca
parent662ee733257d573deaadd2e217894b70265fb5fe
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