/[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.816 by monnier, Sat Mar 19 16:36:01 2005 UTC revision 1.817 by kfstorm, Thu Mar 31 10:11:14 2005 UTC
# Line 523  Lisp_Object Qmake_frame_visible; Line 523  Lisp_Object Qmake_frame_visible;
523  Lisp_Object Qselect_window;  Lisp_Object Qselect_window;
524  Lisp_Object Qhelp_echo;  Lisp_Object Qhelp_echo;
525    
526    #ifdef HAVE_MOUSE
527    Lisp_Object Qmouse_fixup_help_message;
528    #endif
529    
530  /* Symbols to denote kinds of events.  */  /* Symbols to denote kinds of events.  */
531  Lisp_Object Qfunction_key;  Lisp_Object Qfunction_key;
532  Lisp_Object Qmouse_click;  Lisp_Object Qmouse_click;
# Line 2304  show_help_echo (help, window, object, po Line 2308  show_help_echo (help, window, object, po
2308          return;          return;
2309      }      }
2310    
2311    #ifdef HAVE_MOUSE
2312      if (!noninteractive && STRINGP (help))
2313        help = call1 (Qmouse_fixup_help_message, help);
2314    #endif
2315    
2316    if (STRINGP (help) || NILP (help))    if (STRINGP (help) || NILP (help))
2317      {      {
2318        if (!NILP (Vshow_help_function))        if (!NILP (Vshow_help_function))
# Line 10875  syms_of_keyboard () Line 10884  syms_of_keyboard ()
10884    Qmenu_bar = intern ("menu-bar");    Qmenu_bar = intern ("menu-bar");
10885    staticpro (&Qmenu_bar);    staticpro (&Qmenu_bar);
10886    
10887    #ifdef HAVE_MOUSE
10888      Qmouse_fixup_help_message = intern ("mouse-fixup-help-message");
10889      staticpro (&Qmouse_fixup_help_message);
10890    #endif
10891    
10892    Qabove_handle = intern ("above-handle");    Qabove_handle = intern ("above-handle");
10893    staticpro (&Qabove_handle);    staticpro (&Qabove_handle);
10894    Qhandle = intern ("handle");    Qhandle = intern ("handle");

Legend:
Removed from v.1.816  
changed lines
  Added in v.1.817

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