mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-03 04:21:28 -08:00
(queue_selection_requests_unwind): Add return value.
(wait_for_property_change_unwind): Likewise.
This commit is contained in:
parent
88d4f6ec12
commit
ab552306a8
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue