diff options
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/eval.c b/src/eval.c index 7d54ddb18f5..4b2e256a722 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -92,10 +92,8 @@ static EMACS_INT when_entered_debugger; | |||
| 92 | /* FIXME: We should probably get rid of this! */ | 92 | /* FIXME: We should probably get rid of this! */ |
| 93 | Lisp_Object Vsignaling_function; | 93 | Lisp_Object Vsignaling_function; |
| 94 | 94 | ||
| 95 | /* If non-nil, Lisp code must not be run since some part of Emacs is | 95 | /* If non-nil, Lisp code must not be run since some part of Emacs is in |
| 96 | in an inconsistent state. Currently, x-create-frame uses this to | 96 | an inconsistent state. Currently unused. */ |
| 97 | avoid triggering window-configuration-change-hook while the new | ||
| 98 | frame is half-initialized. */ | ||
| 99 | Lisp_Object inhibit_lisp_code; | 97 | Lisp_Object inhibit_lisp_code; |
| 100 | 98 | ||
| 101 | /* These would ordinarily be static, but they need to be visible to GDB. */ | 99 | /* These would ordinarily be static, but they need to be visible to GDB. */ |