diff 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
line wrap: on
line diff
--- a/src/dialog-x.c	Mon Aug 13 11:35:05 2007 +0200
+++ b/src/dialog-x.c	Mon Aug 13 11:36:19 2007 +0200
@@ -128,7 +128,9 @@
   int n = 0;
   int count = specpdl_depth ();
   Lisp_Object wv_closure, gui_item;
-  Lisp_Object question = Qnil, title = Qnil, buttons = Qnil;
+  Lisp_Object question = Qnil;
+  Lisp_Object title    = Qnil;  /* #### currently unused */
+  Lisp_Object buttons  = Qnil;
 
   {
     EXTERNAL_PROPERTY_LIST_LOOP_3 (key, value, keys)