From: Stefan Monnier Date: Wed, 25 Jun 2008 20:57:16 +0000 (+0000) Subject: (Fbyte_code): Disable debugging code that doesn't compile. X-Git-Tag: emacs-pretest-23.0.90~4497 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=603a09371b98d0da42936f2294eb62f1ad1aaa9a;p=emacs.git (Fbyte_code): Disable debugging code that doesn't compile. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8e35f7c3b65..6916e152d33 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2008-06-25 Stefan Monnier + * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile. + * buffer.c (syms_of_buffer): Remove default-word-wrap. 2008-06-25 Juanma Barranquero 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)