aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
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. */)
421 Lisp_Object *top; 421 Lisp_Object *top;
422 Lisp_Object result; 422 Lisp_Object result;
423 423
424#ifdef CHECK_FRAME_FONT 424#if 0 /* CHECK_FRAME_FONT */
425 { 425 {
426 struct frame *f = SELECTED_FRAME (); 426 struct frame *f = SELECTED_FRAME ();
427 if (FRAME_X_P (f) 427 if (FRAME_X_P (f)