changeset 69282:a072ac3cca3f

(x_catch_errors_unwind): Fix missing return value.
author Andreas Schwab <schwab@suse.de>
date Sun, 05 Mar 2006 10:46:31 +0000
parents 38630d271c43
children 6a14aa1405e2
files src/xselect.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xselect.c	Sat Mar 04 22:40:15 2006 +0000
+++ b/src/xselect.c	Sun Mar 05 10:46:31 2006 +0000
@@ -620,6 +620,7 @@
   BLOCK_INPUT;
   x_uncatch_errors ();
   UNBLOCK_INPUT;
+  return Qnil;
 }