From 3a0ae1f3b061da083887f1b8a147f4e3f8779cbf Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 29 Sep 2003 18:04:28 +0000 Subject: [PATCH] (cancel_hourglass_unwind): Return Qnil. --- src/keyboard.c | 1 + 1 file changed, 1 insertion(+) 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) Lisp_Object arg; { cancel_hourglass (); + return Qnil; } #endif -- 2.39.2