summaryrefslogtreecommitdiff
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@raeburn.org>2000-08-08 14:43:28 +0000
committerKen Raeburn <raeburn@raeburn.org>2000-08-08 14:43:28 +0000
commit2cffa6cc124d0e60fcfbd63f68b5dc603cd81be8 (patch)
treebf542cde1e119038472a996b5479fba238a93489 /src/keyboard.c
parentfcec9a16ec32e1ced2682527ee0ed283a6ea9616 (diff)
downloademacs-2cffa6cc124d0e60fcfbd63f68b5dc603cd81be8.tar.gz
(syms_of_keyboard): Initialize last_point_position_buffer.
Diffstat (limited to 'src/keyboard.c')
-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 ()
Fset (Qinput_method_exit_on_first_char, Qnil);
Fset (Qinput_method_use_echo_area, Qnil);
+ last_point_position_buffer = Qnil;
+
{
struct event_head *p;