Mercurial > emacs
changeset 68862:334e43399990
Fix style of last change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 Feb 2006 21:42:43 +0000 |
parents | 89b0b3664871 |
children | 4b4a17955b59 |
files | src/xterm.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Mon Feb 13 21:36:51 2006 +0000 +++ b/src/xterm.c Mon Feb 13 21:42:43 2006 +0000 @@ -3592,9 +3592,8 @@ last_mouse_motion_event = *event; XSETFRAME (last_mouse_motion_frame, frame); - if (!FRAME_X_OUTPUT (frame)) { - return 0; - } + if (!FRAME_X_OUTPUT (frame)) + return 0; if (event->window != FRAME_X_WINDOW (frame)) {