emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117947: * xterm.c (x_new_font): Fix typo introduced


From: Dmitry Antipov
Subject: [Emacs-diffs] trunk r117947: * xterm.c (x_new_font): Fix typo introduced by the recent dead code removal.
Date: Thu, 25 Sep 2014 11:16:35 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117947
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Antipov <address@hidden>
branch nick: trunk
timestamp: Thu 2014-09-25 15:16:25 +0400
message:
  * xterm.c (x_new_font): Fix typo introduced by the recent dead code removal.
modified:
  src/xterm.c                    xterm.c-20091113204419-o5vbwnq5f7feedwu-244
=== modified file 'src/xterm.c'
--- a/src/xterm.c       2014-09-25 07:01:35 +0000
+++ b/src/xterm.c       2014-09-25 11:16:25 +0000
@@ -8643,7 +8643,7 @@
   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
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]