From e18dfbf4a7a2b3ec2f8148f03d3cd67a90bd9b7e Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 8 Aug 2000 14:43:28 +0000 Subject: [PATCH] (syms_of_keyboard): Initialize last_point_position_buffer. --- src/keyboard.c | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.2