diff options
| author | Jim Blandy | 1992-06-30 13:54:21 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-06-30 13:54:21 +0000 |
| commit | e5d77022e8429ca757746ed5d7cf9e2420703e8e (patch) | |
| tree | 2e273d216c8f9e34d5e29547f8e7e7c6c5d32049 /src/eval.c | |
| parent | 53b0a6f88893036a42db2abcfbc257b68906956e (diff) | |
| download | emacs-e5d77022e8429ca757746ed5d7cf9e2420703e8e.tar.gz emacs-e5d77022e8429ca757746ed5d7cf9e2420703e8e.zip | |
*** empty log message ***
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c index 0e012d45008..572410e9617 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -1094,7 +1094,9 @@ See also the function `condition-case'.") | |||
| 1094 | if (gc_in_progress || waiting_for_input) | 1094 | if (gc_in_progress || waiting_for_input) |
| 1095 | abort (); | 1095 | abort (); |
| 1096 | 1096 | ||
| 1097 | #ifdef HAVE_X_WINDOWS | ||
| 1097 | TOTALLY_UNBLOCK_INPUT; | 1098 | TOTALLY_UNBLOCK_INPUT; |
| 1099 | #endif | ||
| 1098 | 1100 | ||
| 1099 | conditions = Fget (sig, Qerror_conditions); | 1101 | conditions = Fget (sig, Qerror_conditions); |
| 1100 | 1102 | ||