diff options
| author | Karl Heuer | 1995-05-24 22:08:58 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-05-24 22:08:58 +0000 |
| commit | ab552306a82066c2ff95f48c9d897a324607ded1 (patch) | |
| tree | 69e76baba4cf4ca209c10545bf655c6feca2de5d /src/xselect.c | |
| parent | 88d4f6ec1243b4b06255095e83ce1da5a9ef1bc3 (diff) | |
| download | emacs-ab552306a82066c2ff95f48c9d897a324607ded1.tar.gz emacs-ab552306a82066c2ff95f48c9d897a324607ded1.zip | |
(queue_selection_requests_unwind): Add return value.
(wait_for_property_change_unwind): Likewise.
Diffstat (limited to 'src/xselect.c')
| -rw-r--r-- | src/xselect.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xselect.c b/src/xselect.c index 28b0b8f3e91..2b86e0d862e 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -463,6 +463,7 @@ queue_selection_requests_unwind (frame) | |||
| 463 | 463 | ||
| 464 | if (! NILP (frame)) | 464 | if (! NILP (frame)) |
| 465 | x_stop_queuing_selection_requests (FRAME_X_DISPLAY (f)); | 465 | x_stop_queuing_selection_requests (FRAME_X_DISPLAY (f)); |
| 466 | return Qnil; | ||
| 466 | } | 467 | } |
| 467 | 468 | ||
| 468 | /* Return some frame whose display info is DPYINFO. | 469 | /* Return some frame whose display info is DPYINFO. |
| @@ -931,6 +932,7 @@ wait_for_property_change_unwind (identifierval) | |||
| 931 | unexpect_property_change ((struct prop_location *) | 932 | unexpect_property_change ((struct prop_location *) |
| 932 | (XFASTINT (XCONS (identifierval)->car) << 16 | 933 | (XFASTINT (XCONS (identifierval)->car) << 16 |
| 933 | | XFASTINT (XCONS (identifierval)->cdr))); | 934 | | XFASTINT (XCONS (identifierval)->cdr))); |
| 935 | return Qnil; | ||
| 934 | } | 936 | } |
| 935 | 937 | ||
| 936 | /* Actually wait for a property change. | 938 | /* Actually wait for a property change. |