diff src/xselect.c @ 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 b9ad41f39bf6
children e650d66ac6db 414faf8dce4e a7364c1a561e
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;
 }