(x_catch_errors_unwind): Fix missing return value.
authorAndreas Schwab <schwab@suse.de>
Sun, 5 Mar 2006 10:46:41 +0000 (10:46 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 5 Mar 2006 10:46:41 +0000 (10:46 +0000)
src/ChangeLog
src/xselect.c

index 11fe6f9..e3b3fbb 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-05  Andreas Schwab  <schwab@suse.de>
+
+       * xselect.c (x_catch_errors_unwind): Fix missing return value.
+
 2006-03-02  Kim F. Storm  <storm@cua.dk>
 
        * frame.h (struct frame): New member n_tool_bar_rows.
index 30739c7..9c2c221 100644 (file)
@@ -620,6 +620,7 @@ x_catch_errors_unwind (dummy)
   BLOCK_INPUT;
   x_uncatch_errors ();
   UNBLOCK_INPUT;
+  return Qnil;
 }
 \f