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:
parent
fbe062b7fb
commit
603a09371b
@ -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>
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user