Mercurial > emacs
changeset 12143:4aa248ba0abb
(Vlucid_menu_bar_dirty_flag): Declare this variable.
(Qrecompute_lucid_menubar, Qactivate_menubar_hook): Likewise.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 09 Jun 1995 00:53:44 +0000 |
parents | 0131a61184ab |
children | 12720a817d83 |
files | src/keyboard.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.h Fri Jun 09 00:52:18 1995 +0000 +++ b/src/keyboard.h Fri Jun 09 00:53:44 1995 +0000 @@ -155,6 +155,9 @@ #define single_kboard 1 #endif +extern Lisp_Object Vlucid_menu_bar_dirty_flag; +extern Lisp_Object Qrecompute_lucid_menubar, Qactivate_menubar_hook; + /* Total number of times read_char has returned. */ extern int num_input_chars;