]> git.eshelyaron.com Git - emacs.git/commitdiff
(queue_selection_requests_unwind): Add return value.
authorKarl Heuer <kwzh@gnu.org>
Wed, 24 May 1995 22:08:58 +0000 (22:08 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 24 May 1995 22:08:58 +0000 (22:08 +0000)
(wait_for_property_change_unwind): Likewise.

src/xselect.c

index 28b0b8f3e919010ceac5649fbbe545709b25558b..2b86e0d862e1b7742b5693a5a540daf935afe68d 100644 (file)
@@ -463,6 +463,7 @@ queue_selection_requests_unwind (frame)
 
   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 @@ wait_for_property_change_unwind (identifierval)
   unexpect_property_change ((struct prop_location *)
                            (XFASTINT (XCONS (identifierval)->car) << 16
                             | XFASTINT (XCONS (identifierval)->cdr)));
+  return Qnil;
 }
 
 /* Actually wait for a property change.