aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/keyboard.c2
1 files changed, 2 insertions, 0 deletions
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 ()
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