aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 133333cd959..f78c57715db 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -1363,6 +1363,7 @@ cancel_hourglass_unwind (arg)
1363 Lisp_Object arg; 1363 Lisp_Object arg;
1364{ 1364{
1365 cancel_hourglass (); 1365 cancel_hourglass ();
1366 return Qnil;
1366} 1367}
1367#endif 1368#endif
1368 1369