diff options
| author | Joakim Verona | 2011-09-15 16:11:02 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-09-15 16:11:02 +0200 |
| commit | b728e88fdffdd34065f996682113b072bbc7008c (patch) | |
| tree | c0622d02a303baaf2d6c4db2b50866305ca960e0 /src/xterm.c | |
| parent | 8d07d23ecd32b9e9f07234313c2e712a8c42b524 (diff) | |
| parent | 39b3d70b17789e237021787ab80ccdd123b97312 (diff) | |
| download | emacs-b728e88fdffdd34065f996682113b072bbc7008c.tar.gz emacs-b728e88fdffdd34065f996682113b072bbc7008c.zip | |
upstream
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/xterm.c b/src/xterm.c index 29f1a85d2c6..0c096e8f729 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -7700,14 +7700,6 @@ x_fully_uncatch_errors (void) | |||
| 7700 | } | 7700 | } |
| 7701 | #endif | 7701 | #endif |
| 7702 | 7702 | ||
| 7703 | /* Nonzero if x_catch_errors has been done and not yet canceled. */ | ||
| 7704 | |||
| 7705 | int | ||
| 7706 | x_catching_errors (void) | ||
| 7707 | { | ||
| 7708 | return x_error_message != 0; | ||
| 7709 | } | ||
| 7710 | |||
| 7711 | #if 0 | 7703 | #if 0 |
| 7712 | static unsigned int x_wire_count; | 7704 | static unsigned int x_wire_count; |
| 7713 | x_trace_wire (void) | 7705 | x_trace_wire (void) |