changeset 11908:4f4034f45cbf

(queue_selection_requests_unwind): Add return value. (wait_for_property_change_unwind): Likewise.
author Karl Heuer <kwzh@gnu.org>
date Wed, 24 May 1995 22:08:58 +0000
parents 0f03ad1cac1e
children 3f93d95cf9a0
files src/xselect.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.