From 2cffa6cc124d0e60fcfbd63f68b5dc603cd81be8 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 8 Aug 2000 14:43:28 +0000 Subject: (syms_of_keyboard): Initialize last_point_position_buffer. --- src/keyboard.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/keyboard.c') diff --git a/src/keyboard.c b/src/keyboard.c index 6d30fbcc2aa..b470ca5435b 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -10079,6 +10079,8 @@ syms_of_keyboard () Fset (Qinput_method_exit_on_first_char, Qnil); Fset (Qinput_method_use_echo_area, Qnil); + last_point_position_buffer = Qnil; + { struct event_head *p; -- cgit v1.2.1