]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fbyte_code): Disable debugging code that doesn't compile.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 25 Jun 2008 20:57:16 +0000 (20:57 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 25 Jun 2008 20:57:16 +0000 (20:57 +0000)
src/ChangeLog
src/bytecode.c

index 8e35f7c3b65ec172166efdb7220e7ff4d376444e..6916e152d334e940217a48c617d3868d756f15fa 100644 (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>
index 48a0be1ff58d531fbca9af1e3d6d8897732481a4..271b1ee2439b70ebd2f26abbe2d6221ba07c006d 100644 (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)