Mercurial > hg > xemacs-beta
comparison src/gui.c @ 353:3b3709405255 r21-1-6
Import from CVS: tag r21-1-6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:55:33 +0200 |
parents | 19dcec799385 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
352:e7288c5461ae | 353:3b3709405255 |
---|---|
297 gui_item_display_flush_right (CONST struct gui_item *pgui_item, | 297 gui_item_display_flush_right (CONST struct gui_item *pgui_item, |
298 char* buf, Bytecount buf_len) | 298 char* buf, Bytecount buf_len) |
299 { | 299 { |
300 *buf = 0; | 300 *buf = 0; |
301 | 301 |
302 #ifdef HAVE_MENUBARS | |
302 /* Have keys? */ | 303 /* Have keys? */ |
303 if (!menubar_show_keybindings) | 304 if (!menubar_show_keybindings) |
304 return 0; | 305 return 0; |
306 #endif | |
305 | 307 |
306 /* Try :keys first */ | 308 /* Try :keys first */ |
307 if (!NILP (pgui_item->keys)) | 309 if (!NILP (pgui_item->keys)) |
308 { | 310 { |
309 CHECK_STRING (pgui_item->keys); | 311 CHECK_STRING (pgui_item->keys); |