From: Eli Zaretskii Date: Sun, 15 Dec 2013 16:27:25 +0000 (+0200) Subject: Fix session GUI startup. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/dd1fb8cb77da751a2c397f7492750b9ba79214b3 Fix session GUI startup. src/frame.h (FRAME_MOUSE_UPDATE): Fix a typo that caused infloop at startup. --- diff --git a/src/ChangeLog b/src/ChangeLog index 2372e97589..ccf107e307 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2013-12-15 Eli Zaretskii + + * frame.h (FRAME_MOUSE_UPDATE): Fix a typo that caused infloop at + startup. + 2013-12-15 Paul Eggert * gnutls.c (Fgnutls_boot): Fix typo; "!" applied to a Lisp_Object. diff --git a/src/frame.h b/src/frame.h index 91b8ca0490..f9b368fb5e 100644 --- a/src/frame.h +++ b/src/frame.h @@ -948,7 +948,7 @@ default_pixels_per_inch_y (void) 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