Mercurial > hg > xemacs-beta
comparison src/dialog-x.c @ 444:576fb035e263 r21-2-37
Import from CVS: tag r21-2-37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:36:19 +0200 |
parents | abe6d1db359e |
children | 183866b06e0b |
comparison
equal
deleted
inserted
replaced
443:a8296e22da4e | 444:576fb035e263 |
---|---|
126 int allow_text_p = 1; | 126 int allow_text_p = 1; |
127 widget_value *prev = 0, *kids = 0; | 127 widget_value *prev = 0, *kids = 0; |
128 int n = 0; | 128 int n = 0; |
129 int count = specpdl_depth (); | 129 int count = specpdl_depth (); |
130 Lisp_Object wv_closure, gui_item; | 130 Lisp_Object wv_closure, gui_item; |
131 Lisp_Object question = Qnil, title = Qnil, buttons = Qnil; | 131 Lisp_Object question = Qnil; |
132 Lisp_Object title = Qnil; /* #### currently unused */ | |
133 Lisp_Object buttons = Qnil; | |
132 | 134 |
133 { | 135 { |
134 EXTERNAL_PROPERTY_LIST_LOOP_3 (key, value, keys) | 136 EXTERNAL_PROPERTY_LIST_LOOP_3 (key, value, keys) |
135 { | 137 { |
136 if (EQ (key, Q_question)) | 138 if (EQ (key, Q_question)) |