Fix session GUI startup.
src/frame.h (FRAME_MOUSE_UPDATE): Fix a typo that caused infloop at startup.
This commit is contained in:
parent
27c1b04384
commit
dd1fb8cb77
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-12-15 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* frame.h (FRAME_MOUSE_UPDATE): Fix a typo that caused infloop at
|
||||
startup.
|
||||
|
||||
2013-12-15 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* gnutls.c (Fgnutls_boot): Fix typo; "!" applied to a Lisp_Object.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue