Mercurial > emacs
changeset 15396:fbecc317220d
Whitespace changes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Jun 1996 21:15:47 +0000 |
parents | b584c2db055f |
children | f95592fcdb1c |
files | src/frame.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Mon Jun 10 21:13:26 1996 +0000 +++ b/src/frame.c Mon Jun 10 21:15:47 1996 +0000 @@ -1342,7 +1342,7 @@ /* Warping the mouse will cause enternotify and focus events. */ x_set_mouse_position (XFRAME (frame), x, y); #else -#if defined(MSDOS) && defined(HAVE_MOUSE) +#if defined (MSDOS) && defined (HAVE_MOUSE) if (FRAME_MSDOS_P (XFRAME (frame))) { Fselect_frame (frame, Qnil); @@ -1374,7 +1374,7 @@ /* Warping the mouse will cause enternotify and focus events. */ x_set_mouse_pixel_position (XFRAME (frame), x, y); #else -#if defined(MSDOS) && defined(HAVE_MOUSE) +#if defined (MSDOS) && defined (HAVE_MOUSE) if (FRAME_MSDOS_P (XFRAME (frame))) { Fselect_frame (frame, Qnil);