emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115534: Fix session GUI startup.


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r115534: Fix session GUI startup.
Date: Sun, 15 Dec 2013 16:27:46 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115534
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sun 2013-12-15 18:27:25 +0200
message:
  Fix session GUI startup.
  
   src/frame.h (FRAME_MOUSE_UPDATE): Fix a typo that caused infloop at
   startup.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/frame.h                    frame.h-20091113204419-o5vbwnq5f7feedwu-229
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-12-15 04:42:23 +0000
+++ b/src/ChangeLog     2013-12-15 16:27:25 +0000
@@ -1,3 +1,8 @@
+2013-12-15  Eli Zaretskii  <address@hidden>
+
+       * frame.h (FRAME_MOUSE_UPDATE): Fix a typo that caused infloop at
+       startup.
+
 2013-12-15  Paul Eggert  <address@hidden>
 
        * gnutls.c (Fgnutls_boot): Fix typo; "!" applied to a Lisp_Object.

=== modified file 'src/frame.h'
--- a/src/frame.h       2013-12-14 21:36:44 +0000
+++ b/src/frame.h       2013-12-15 16:27:25 +0000
@@ -948,7 +948,7 @@
                              hlinfo->mouse_face_mouse_y);      \
        unblock_input ();                                       \
       }                                                                \
-  } while (true)
+  } while (false)
 
 /* Set visibility of frame F.
    We call redisplay_other_windows to make sure the frame gets redisplayed


reply via email to

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