changeset 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 dd9030354e14
children 1bf48c59700e
files src/ChangeLog src/console-gtk.c
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Feb 28 19:48:36 2008 -0800
+++ b/src/ChangeLog	Wed Mar 05 01:11:21 2008 -0800
@@ -1,3 +1,7 @@
+2008-03-05  Dominique Quatravaux  <domq@cpan.org>
+
+	* console-gtk.c (gtk_perhaps_init_unseen_key_defaults): Fix typo.
+
 2008-02-28  Didier Verna  <didier@xemacs.org>
 
 	* specifier.h (struct specifier_methods): Fix instantiate_method
--- 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))
 	{