Mercurial > hg > xemacs-beta
diff src/gui.c @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | 376386a54a3c |
children | 557eaa0339bf |
line wrap: on
line diff
--- a/src/gui.c Mon Aug 13 09:49:11 2007 +0200 +++ b/src/gui.c Mon Aug 13 09:50:14 2007 +0200 @@ -27,6 +27,7 @@ Lisp_Object Q_active, Q_suffix, Q_keys, Q_style, Q_selected; Lisp_Object Q_filter, Q_config, Q_included; +Lisp_Object Q_accelerator; Lisp_Object Qtoggle, Qradio; void @@ -40,6 +41,7 @@ defkeyword (&Q_filter, ":filter"); defkeyword (&Q_config, ":config"); defkeyword (&Q_included, ":included"); + defkeyword (&Q_accelerator, ":accelerator"); defsymbol (&Qtoggle, "toggle"); defsymbol (&Qradio, "radio");