diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-06-25 20:57:16 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-06-25 20:57:16 +0000 |
commit | 603a09371b98d0da42936f2294eb62f1ad1aaa9a (patch) | |
tree | c3aba456173bc1453dba5d19fe8cf7e378b69fe8 /src/bytecode.c | |
parent | fbe062b7fb02a1cbf1449a4c978a16131e94d317 (diff) | |
download | emacs-603a09371b98d0da42936f2294eb62f1ad1aaa9a.tar.gz |
(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. */) Lisp_Object *top; Lisp_Object result; -#ifdef CHECK_FRAME_FONT +#if 0 /* CHECK_FRAME_FONT */ { struct frame *f = SELECTED_FRAME (); if (FRAME_X_P (f) |