aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-10 21:15:47 +0000
committerRichard M. Stallman1996-06-10 21:15:47 +0000
commitbe625e000a33170643bf8ae791be60a4995a8749 (patch)
tree939c888f0c76d2bb360dfb933db7612ddfb69a63
parent8a376b3b35745c0f6eb68e2f96f69f5e06cbcd95 (diff)
downloademacs-be625e000a33170643bf8ae791be60a4995a8749.tar.gz
emacs-be625e000a33170643bf8ae791be60a4995a8749.zip
Whitespace changes.
-rw-r--r--src/frame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c
index 7d4c3422a6d..4256a9187c9 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -1342,7 +1342,7 @@ before calling this function on it, like this.\n\
1342 /* Warping the mouse will cause enternotify and focus events. */ 1342 /* Warping the mouse will cause enternotify and focus events. */
1343 x_set_mouse_position (XFRAME (frame), x, y); 1343 x_set_mouse_position (XFRAME (frame), x, y);
1344#else 1344#else
1345#if defined(MSDOS) && defined(HAVE_MOUSE) 1345#if defined (MSDOS) && defined (HAVE_MOUSE)
1346 if (FRAME_MSDOS_P (XFRAME (frame))) 1346 if (FRAME_MSDOS_P (XFRAME (frame)))
1347 { 1347 {
1348 Fselect_frame (frame, Qnil); 1348 Fselect_frame (frame, Qnil);
@@ -1374,7 +1374,7 @@ before calling this function on it, like this.\n\
1374 /* Warping the mouse will cause enternotify and focus events. */ 1374 /* Warping the mouse will cause enternotify and focus events. */
1375 x_set_mouse_pixel_position (XFRAME (frame), x, y); 1375 x_set_mouse_pixel_position (XFRAME (frame), x, y);
1376#else 1376#else
1377#if defined(MSDOS) && defined(HAVE_MOUSE) 1377#if defined (MSDOS) && defined (HAVE_MOUSE)
1378 if (FRAME_MSDOS_P (XFRAME (frame))) 1378 if (FRAME_MSDOS_P (XFRAME (frame)))
1379 { 1379 {
1380 Fselect_frame (frame, Qnil); 1380 Fselect_frame (frame, Qnil);