comparison src/keyboard.c @ 30681:eed7b9be8ad3

(syms_of_keyboard): Initialize last_point_position_buffer.
author Ken Raeburn <raeburn@raeburn.org>
date Tue, 08 Aug 2000 14:43:28 +0000
parents 6e586164e039
children 71b0b4b5d334
comparison
equal deleted inserted replaced
30680:b37713f3c4a9 30681:eed7b9be8ad3
10077 staticpro (&Qinput_method_use_echo_area); 10077 staticpro (&Qinput_method_use_echo_area);
10078 10078
10079 Fset (Qinput_method_exit_on_first_char, Qnil); 10079 Fset (Qinput_method_exit_on_first_char, Qnil);
10080 Fset (Qinput_method_use_echo_area, Qnil); 10080 Fset (Qinput_method_use_echo_area, Qnil);
10081 10081
10082 last_point_position_buffer = Qnil;
10083
10082 { 10084 {
10083 struct event_head *p; 10085 struct event_head *p;
10084 10086
10085 for (p = head_table; 10087 for (p = head_table;
10086 p < head_table + (sizeof (head_table) / sizeof (head_table[0])); 10088 p < head_table + (sizeof (head_table) / sizeof (head_table[0]));