diff options
| author | Stefan Monnier | 2008-06-25 20:57:16 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-06-25 20:57:16 +0000 |
| commit | 603a09371b98d0da42936f2294eb62f1ad1aaa9a (patch) | |
| tree | c3aba456173bc1453dba5d19fe8cf7e378b69fe8 /src/bytecode.c | |
| parent | fbe062b7fb02a1cbf1449a4c978a16131e94d317 (diff) | |
| download | emacs-603a09371b98d0da42936f2294eb62f1ad1aaa9a.tar.gz emacs-603a09371b98d0da42936f2294eb62f1ad1aaa9a.zip | |
(Fbyte_code): Disable debugging code that doesn't compile.
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index 48a0be1ff58..271b1ee2439 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -421,7 +421,7 @@ If the third argument is incorrect, Emacs may crash. */) | |||
| 421 | Lisp_Object *top; | 421 | Lisp_Object *top; |
| 422 | Lisp_Object result; | 422 | Lisp_Object result; |
| 423 | 423 | ||
| 424 | #ifdef CHECK_FRAME_FONT | 424 | #if 0 /* CHECK_FRAME_FONT */ |
| 425 | { | 425 | { |
| 426 | struct frame *f = SELECTED_FRAME (); | 426 | struct frame *f = SELECTED_FRAME (); |
| 427 | if (FRAME_X_P (f) | 427 | if (FRAME_X_P (f) |