diff options
Diffstat (limited to 'src/kqueue.c')
| -rw-r--r-- | src/kqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kqueue.c b/src/kqueue.c index 43e75cac310..48121bd663a 100644 --- a/src/kqueue.c +++ b/src/kqueue.c | |||
| @@ -99,7 +99,7 @@ kqueue_generate_event (Lisp_Object watch_object, Lisp_Object actions, | |||
| 99 | event.arg = list2 (Fcons (XCAR (watch_object), | 99 | event.arg = list2 (Fcons (XCAR (watch_object), |
| 100 | Fcons (actions, | 100 | Fcons (actions, |
| 101 | NILP (file1) | 101 | NILP (file1) |
| 102 | ? Fcons (file, Qnil) | 102 | ? list1 (file) |
| 103 | : list2 (file, file1))), | 103 | : list2 (file, file1))), |
| 104 | Fnth (make_fixnum (3), watch_object)); | 104 | Fnth (make_fixnum (3), watch_object)); |
| 105 | kbd_buffer_store_event (&event); | 105 | kbd_buffer_store_event (&event); |