# HG changeset patch # User Andreas Schwab # Date 1141555591 0 # Node ID a072ac3cca3f1fae146b65c234884def79e51c7d # Parent 38630d271c432ced9cf25ee807d0317ce3d299ec (x_catch_errors_unwind): Fix missing return value. diff -r 38630d271c43 -r a072ac3cca3f src/xselect.c --- 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; }