diff options
| author | Daniel Colascione | 2012-09-17 04:07:36 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2012-09-17 04:07:36 -0800 |
| commit | 2ab329f3b5d52a39f0a45c3d9c129f1c19560142 (patch) | |
| tree | 6dd6784d63e54cb18071df8e28fbdbc27d418728 /src/w32select.c | |
| parent | f701ab72dd55460d23c8b029550aa4d7ecef3cfa (diff) | |
| parent | bb7dce392f6d9d5fc4b9d7de09ff920a52f07669 (diff) | |
| download | emacs-2ab329f3b5d52a39f0a45c3d9c129f1c19560142.tar.gz emacs-2ab329f3b5d52a39f0a45c3d9c129f1c19560142.zip | |
Merge from trunk
Diffstat (limited to 'src/w32select.c')
| -rw-r--r-- | src/w32select.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/w32select.c b/src/w32select.c index 6b855b43a35..b616f232eea 100644 --- a/src/w32select.c +++ b/src/w32select.c | |||
| @@ -73,7 +73,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 73 | */ | 73 | */ |
| 74 | 74 | ||
| 75 | #include <config.h> | 75 | #include <config.h> |
| 76 | #include <setjmp.h> | ||
| 77 | #include "lisp.h" | 76 | #include "lisp.h" |
| 78 | #include "w32term.h" /* for all of the w32 includes */ | 77 | #include "w32term.h" /* for all of the w32 includes */ |
| 79 | #include "w32heap.h" /* os_subtype */ | 78 | #include "w32heap.h" /* os_subtype */ |
| @@ -399,7 +398,7 @@ run_protected (Lisp_Object (*code) (Lisp_Object), Lisp_Object arg) | |||
| 399 | 398 | ||
| 400 | BLOCK_INPUT; | 399 | BLOCK_INPUT; |
| 401 | 400 | ||
| 402 | /* Fsignal calls abort() if it sees that waiting_for_input is | 401 | /* Fsignal calls emacs_abort () if it sees that waiting_for_input is |
| 403 | set. */ | 402 | set. */ |
| 404 | owfi = waiting_for_input; | 403 | owfi = waiting_for_input; |
| 405 | waiting_for_input = 0; | 404 | waiting_for_input = 0; |