Mercurial > hg > xemacs-beta
diff src/gui.c @ 288:e11d67e05968 r21-0b42
Import from CVS: tag r21-0b42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:54 +0200 |
parents | 57709be46d1b |
children | 19dcec799385 |
line wrap: on
line diff
--- a/src/gui.c Mon Aug 13 10:35:07 2007 +0200 +++ b/src/gui.c Mon Aug 13 10:35:54 2007 +0200 @@ -67,7 +67,7 @@ /* Massage DATA to find the correct function and argument. Used by popup_selection_callback() and the msw code. */ void -get_callback (Lisp_Object data, Lisp_Object *fn, Lisp_Object *arg) +get_gui_callback (Lisp_Object data, Lisp_Object *fn, Lisp_Object *arg) { if (SYMBOLP (data) || (COMPILED_FUNCTIONP (data) @@ -107,7 +107,7 @@ pgui_item->suffix = Qnil; pgui_item->active = Qt; pgui_item->included = Qt; - pgui_item->config = Qunbound; + pgui_item->config = Qnil; pgui_item->filter = Qnil; pgui_item->style = Qnil; pgui_item->selected = Qnil;