comparison 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
comparison
equal deleted inserted replaced
4431:dd9030354e14 4432:87ef74baf946
175 /* then don't bind the key. */ 175 /* then don't bind the key. */
176 return Qnil; 176 return Qnil;
177 } 177 }
178 178
179 if (NILP (Flookup_key (Vcurrent_global_map, key, Qnil))) 179 if (NILP (Flookup_key (Vcurrent_global_map, key, Qnil)))
180 { 180 {
181 Fputhash(key, Qt, Vgtk_seen_characters;) 181 Fputhash(key, Qt, Vgtk_seen_characters);
182 Fdefine_key (Vcurrent_global_map, key, Qself_insert_command); 182 Fdefine_key (Vcurrent_global_map, key, Qself_insert_command);
183 if (SYMBOLP(key)) 183 if (SYMBOLP(key))
184 { 184 {
185 Fput (key, Qcharacter_of_keysym, char_to_associate); 185 Fput (key, Qcharacter_of_keysym, char_to_associate);
186 } 186 }