diff src/xselect.c @ 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 3c292d5eed59
children b36aa014cee4
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.