/[emacs]/emacs/src/keyboard.c
ViewVC logotype

Diff of /emacs/src/keyboard.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.636 by rms, Tue Oct 30 18:34:21 2001 UTC revision 1.637 by pj, Wed Oct 31 10:56:33 2001 UTC
# Line 10502  this variable holds the actual mouse eve Line 10502  this variable holds the actual mouse eve
10502  so that you can determine whether the command was run by mouse or not.  */);  so that you can determine whether the command was run by mouse or not.  */);
10503    
10504    DEFVAR_LISP ("last-input-char", &last_input_char,    DEFVAR_LISP ("last-input-char", &last_input_char,
10505                 doc: /* Last input character.  */);                 doc: /* Last input event.  */);
10506    
10507    DEFVAR_LISP_NOPRO ("last-input-event", &last_input_char,    DEFVAR_LISP_NOPRO ("last-input-event", &last_input_char,
10508                       doc: /* Last input event.  */);                       doc: /* Last input event.  */);
# Line 10729  This is measured in microseconds.  */); Line 10729  This is measured in microseconds.  */);
10729    Vecho_area_clear_hook = Qnil;    Vecho_area_clear_hook = Qnil;
10730    
10731    DEFVAR_LISP ("lucid-menu-bar-dirty-flag", &Vlucid_menu_bar_dirty_flag,    DEFVAR_LISP ("lucid-menu-bar-dirty-flag", &Vlucid_menu_bar_dirty_flag,
10732                 doc: /* t means menu bar, specified Lucid style, needs to be recomputed.  */);                 doc: /* Non-nil means menu bar, specified Lucid style, needs to be recomputed.  */);
10733    Vlucid_menu_bar_dirty_flag = Qnil;    Vlucid_menu_bar_dirty_flag = Qnil;
10734    
10735    DEFVAR_LISP ("menu-bar-final-items", &Vmenu_bar_final_items,    DEFVAR_LISP ("menu-bar-final-items", &Vmenu_bar_final_items,

Legend:
Removed from v.1.636  
changed lines
  Added in v.1.637

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26