]> git.eshelyaron.com Git - emacs.git/commitdiff
(cancel_hourglass_unwind): Return Qnil.
authorDave Love <fx@gnu.org>
Mon, 29 Sep 2003 18:04:28 +0000 (18:04 +0000)
committerDave Love <fx@gnu.org>
Mon, 29 Sep 2003 18:04:28 +0000 (18:04 +0000)
src/keyboard.c

index 133333cd9595d3b5c1af6694e955b74c8f1b952e..f78c57715dbb985c35631ad2ce56a974eba5b7c1 100644 (file)
@@ -1363,6 +1363,7 @@ cancel_hourglass_unwind (arg)
      Lisp_Object arg;
 {
   cancel_hourglass ();
+  return Qnil;
 }
 #endif