# HG changeset patch # User Karl Heuer # Date 801353338 0 # Node ID 4f4034f45cbf8412c996cac7480f8cc683e7f961 # Parent 0f03ad1cac1e0a8bd8737736cdd9d91558a16af8 (queue_selection_requests_unwind): Add return value. (wait_for_property_change_unwind): Likewise. diff -r 0f03ad1cac1e -r 4f4034f45cbf src/xselect.c --- a/src/xselect.c Wed May 24 21:43:00 1995 +0000 +++ b/src/xselect.c Wed May 24 22:08:58 1995 +0000 @@ -463,6 +463,7 @@ if (! NILP (frame)) x_stop_queuing_selection_requests (FRAME_X_DISPLAY (f)); + return Qnil; } /* Return some frame whose display info is DPYINFO. @@ -931,6 +932,7 @@ unexpect_property_change ((struct prop_location *) (XFASTINT (XCONS (identifierval)->car) << 16 | XFASTINT (XCONS (identifierval)->cdr))); + return Qnil; } /* Actually wait for a property change.