aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 55862e1da33..b8714a393ec 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -1867,6 +1867,8 @@ command_loop_1 ()
1867 if (value == 2) 1867 if (value == 2)
1868 nonundocount = 0; 1868 nonundocount = 0;
1869 1869
1870 frame_make_pointer_invisible ();
1871
1870 if (! NILP (Vpost_command_hook)) 1872 if (! NILP (Vpost_command_hook))
1871 /* Put this before calling adjust_point_for_property 1873 /* Put this before calling adjust_point_for_property
1872 so it will only get called once in any case. */ 1874 so it will only get called once in any case. */
@@ -7134,6 +7136,8 @@ read_avail_input (expected)
7134 if (err && !nread) 7136 if (err && !nread)
7135 nread = -1; 7137 nread = -1;
7136 7138
7139 frame_make_pointer_visible ();
7140
7137 return nread; 7141 return nread;
7138} 7142}
7139 7143