Searched refs:Vshow_help_function (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dmacmenu.c1590 extern Lisp_Object Vshow_help_function;
1596 Vshow_help_function = old_show_help_function;
1629 /* Temporarily bind Vshow_help_function to Qnil because we don't
1631 record_unwind_protect (restore_show_help_function, Vshow_help_function);
1632 Vshow_help_function = Qnil;
H A Dkeyboard.c196 Lisp_Object Vshow_help_function; variable
2420 if (!NILP (Vshow_help_function))
2421 call1 (Vshow_help_function, help);
11782 DEFVAR_LISP ("show-help-function", &Vshow_help_function,
11785 Vshow_help_function = Qnil;

Completed in 102 milliseconds