From: Dave Love Date: Mon, 29 Sep 2003 18:04:28 +0000 (+0000) Subject: (cancel_hourglass_unwind): Return Qnil. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1798 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a0ae1f3b061da083887f1b8a147f4e3f8779cbf;p=emacs.git (cancel_hourglass_unwind): Return Qnil. --- 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