From 90b6baabea39d552a0b8c3d2c3852778eb44a7f4 Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Thu, 25 Sep 2014 15:16:25 +0400 Subject: [PATCH] * xterm.c (x_new_font): Fix typo introduced by the recent dead code removal. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index 974e29dfc8..7a0e861bf7 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -8643,7 +8643,7 @@ x_new_font (struct frame *f, Lisp_Object font_object, int fontset) FRAME_COLUMN_WIDTH (f) = font->average_width; FRAME_LINE_HEIGHT (f) = FONT_HEIGHT (font); -#ifndef USE_X_TOOLKIT \ +#ifndef USE_X_TOOLKIT FRAME_MENU_BAR_HEIGHT (f) = FRAME_MENU_BAR_LINES (f) * FRAME_LINE_HEIGHT (f); #endif -- 2.39.2