* keyboard.c (Vdouble_click_time): Renamed from double_click_time,
authorJim Blandy <jimb@redhat.com>
Mon, 5 Jul 1993 07:18:24 +0000 (07:18 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 5 Jul 1993 07:18:24 +0000 (07:18 +0000)
commit564dc952e907b60abecbfd1906156c640625b9f9
treeabaa1b227ad77578ada1e439af039b1a0f8de94e
parent3eea8aa2234f06d7209de642dbfe6238f7e0ef5d
* keyboard.c (Vdouble_click_time): Renamed from double_click_time,
and made a Lisp_Object instead of an int.
(make_lispy_event): If Vdouble_click_time is t, impose no time
limit on double-clicks.
(syms_of_keyboard): DEFVAR_LISP (not DEFVAR_INT)
Vdouble_click_time (not double_click_time), and adjust doc string
to say that `nil' means no double clicks, and `t' means no time
limit.
src/keyboard.c