Mercurial > hg > xemacs-beta
diff src/menubar-x.c @ 173:8eaf7971accc r20-3b13
Import from CVS: tag r20-3b13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:49:09 +0200 |
parents | 15872534500d |
children | 2d532a89d707 |
line wrap: on
line diff
--- a/src/menubar-x.c Mon Aug 13 09:47:55 2007 +0200 +++ b/src/menubar-x.c Mon Aug 13 09:49:09 2007 +0200 @@ -144,7 +144,7 @@ if (STRINGP (XCAR (desc))) { Lisp_Object key, val; - Lisp_Object include_p, hook_fn = Qnil, config_tag = Qnil; + Lisp_Object include_p = Qnil, hook_fn = Qnil, config_tag = Qnil; int included_spec = 0; wv->type = CASCADE_TYPE; wv->enabled = 1;