diff 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
line wrap: on
line diff
--- a/src/keyboard.c	Tue Aug 08 14:40:19 2000 +0000
+++ b/src/keyboard.c	Tue Aug 08 14:43:28 2000 +0000
@@ -10079,6 +10079,8 @@
   Fset (Qinput_method_exit_on_first_char, Qnil);
   Fset (Qinput_method_use_echo_area, Qnil);
 
+  last_point_position_buffer = Qnil;
+
   {
     struct event_head *p;