]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix initialization of Vdouble_click_time in syms_of_keyboard.
authorJim Blandy <jimb@redhat.com>
Mon, 5 Jul 1993 07:45:43 +0000 (07:45 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 5 Jul 1993 07:45:43 +0000 (07:45 +0000)
src/keyboard.c

index 27d95dc2f312f518347eed8b330117c65f8239d7..316811d49bae847c61b2e6b431531f873936583f 100644 (file)
@@ -5092,7 +5092,7 @@ Polling is automatically disabled in all other cases.");
 Measured in milliseconds.  nil means disable double-click recognition;\n\
 t means double-clicks have no time limit and are detected\n\
 by position only.");
-  double_click_time = 500;
+  Vdouble_click_time = make_number (500);
 
   DEFVAR_INT ("num-input-keys", &num_input_keys,
     "*Number of complete keys read from the keyboard so far.");