Mercurial > hg > xemacs-beta
diff src/console-gtk.c @ 4432:87ef74baf946
Fix GTK build-breaking typo.
<d9ae65bd0803040244s13437988ka08bae763d28801f@mail.gmail.com>
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Wed, 05 Mar 2008 01:11:21 -0800 |
parents | 461fdb92f3b6 |
children | 19a72041c5ed |
line wrap: on
line diff
--- a/src/console-gtk.c Thu Feb 28 19:48:36 2008 -0800 +++ b/src/console-gtk.c Wed Mar 05 01:11:21 2008 -0800 @@ -177,8 +177,8 @@ } if (NILP (Flookup_key (Vcurrent_global_map, key, Qnil))) - { - Fputhash(key, Qt, Vgtk_seen_characters;) + { + Fputhash(key, Qt, Vgtk_seen_characters); Fdefine_key (Vcurrent_global_map, key, Qself_insert_command); if (SYMBOLP(key)) {