emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117618: Minor style fix to previous patch.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r117618: Minor style fix to previous patch.
Date: Fri, 01 Aug 2014 00:04:55 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117618
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Thu 2014-07-31 17:04:52 -0700
message:
  Minor style fix to previous patch.
modified:
  src/frame.c                    frame.c-20091113204419-o5vbwnq5f7feedwu-243
=== modified file 'src/frame.c'
--- a/src/frame.c       2014-08-01 00:01:44 +0000
+++ b/src/frame.c       2014-08-01 00:04:52 +0000
@@ -3198,9 +3198,9 @@
 
     XSETFRAME (frame, f);
 
-    if (((width_change && width != FRAME_TEXT_WIDTH (f))
-        || (height_change && height != FRAME_TEXT_HEIGHT (f)))
-        || f->new_height || f->new_width)
+    if ((width_change && width != FRAME_TEXT_WIDTH (f))
+       || (height_change && height != FRAME_TEXT_HEIGHT (f))
+       || f->new_height || f->new_width)
       {
        /* If necessary provide default values for HEIGHT and WIDTH.  Do
           that here since otherwise a size change implied by an


reply via email to

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