emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keyboard.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Sat, 15 Dec 2001 22:51:54 -0500

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.642 emacs/src/keyboard.c:1.643
*** emacs/src/keyboard.c:1.642  Tue Dec  4 21:51:12 2001
--- emacs/src/keyboard.c        Sat Dec 15 22:51:52 2001
***************
*** 10614,10620 ****
  On window-system frames, value is the number of pixels the mouse may have
  moved horizontally or vertically between two clicks to make a double-click.
  On non window-system frames, value is interpreted in units of 1/8 characters
! instead of pixels.  */);
    double_click_fuzz = 3;
    
    DEFVAR_BOOL ("inhibit-local-menu-bar-menus", &inhibit_local_menu_bar_menus,
--- 10614,10623 ----
  On window-system frames, value is the number of pixels the mouse may have
  moved horizontally or vertically between two clicks to make a double-click.
  On non window-system frames, value is interpreted in units of 1/8 characters
! instead of pixels.
! 
! This variable is also the threshold for motion of the mouse
! to count as a drag.  */);
    double_click_fuzz = 3;
    
    DEFVAR_BOOL ("inhibit-local-menu-bar-menus", &inhibit_local_menu_bar_menus,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]