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: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Sun, 09 Mar 2003 15:43:06 -0500

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.729 emacs/src/keyboard.c:1.730
*** emacs/src/keyboard.c:1.729  Tue Feb 25 01:00:40 2003
--- emacs/src/keyboard.c        Sun Mar  9 15:43:04 2003
***************
*** 5431,5436 ****
--- 5431,5439 ----
        event->modifiers |= click_modifier;
        event->modifiers &= ~up_modifier;
  
+       if (event->code >= ASIZE (mouse_syms))
+           mouse_syms = larger_vector (mouse_syms, event->code + 1, Qnil);
+ 
        /* Get the symbol we should use for the mouse click.  */
        head = modify_event_symbol (event->code,
                                    event->modifiers,




reply via email to

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