changeset 89550:eda6a400df54

(cancel_hourglass_unwind): Return Qnil.
author Dave Love <fx@gnu.org>
date Mon, 29 Sep 2003 18:04:28 +0000
parents eaae96c859d2
children 28a8f2be4414
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Mon Sep 29 18:03:38 2003 +0000
+++ b/src/keyboard.c	Mon Sep 29 18:04:28 2003 +0000
@@ -1363,6 +1363,7 @@
      Lisp_Object arg;
 {
   cancel_hourglass ();
+  return Qnil;
 }
 #endif