Mercurial > hg > xemacs-beta
comparison src/gui-x.c @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 9ee227acff29 |
children | 859a2309aef8 |
comparison
equal
deleted
inserted
replaced
15:ad457d5f7d04 | 16:0293115a14e9 |
---|---|
428 || (included_spec && NILP (Feval (include_p)))) | 428 || (included_spec && NILP (Feval (include_p)))) |
429 { | 429 { |
430 /* the include specification says to ignore this item. */ | 430 /* the include specification says to ignore this item. */ |
431 return 0; | 431 return 0; |
432 } | 432 } |
433 #endif | 433 #endif /* HAVE_MENUBARS */ |
434 | 434 |
435 CHECK_STRING (name); | 435 CHECK_STRING (name); |
436 wv->name = (char *) XSTRING_DATA (name); | 436 wv->name = (char *) XSTRING_DATA (name); |
437 | 437 |
438 if (!NILP (suffix)) | 438 if (!NILP (suffix)) |