1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00

(Fbyte_code): Disable debugging code that doesn't compile.

This commit is contained in:
Stefan Monnier 2008-06-25 20:57:16 +00:00
parent fbe062b7fb
commit 603a09371b
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
* 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 <lekktu@gmail.com>

View File

@ -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)