1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-07-30 14:04:37 +00:00
parent 99af9d8373
commit cef68af503
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-07-30 Gerd Moellmann <gerd@gnu.org>
* commands.texi (Repeat Events): Add description of
double-click-fuzz.
2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
* syntax.texi (Syntax Class Table): Add the missing designator for

View File

@ -1,5 +1,10 @@
2001-07-30 Gerd Moellmann <gerd@gnu.org>
* keyboard.c (abs): New macro.
(double_click_fuzz): New variable.
(make_lispy_event): Use it to determine what makes a double-click.
(syms_of_keyboard): DEFVAR_INT it.
* xmenu.c (set_frame_menubar): Take into account that
f->menu_bar_vector can be nil, and not a vector. From Ken Raeburn
<raeburn@gnu.org>.