mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-12 06:21:02 -08:00
(syms_of_keyboard): Initialize last_point_position_buffer.
This commit is contained in:
parent
8a6d111eec
commit
e18dfbf4a7
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue