summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog2
-rw-r--r--src/w32fns.c6
2 files changed, 5 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b142212fdba..ec7ab8c6b03 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
2001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
+ * w32fns.c (Fx_synchronize): Reindent.
+
* fns.c: Doc fix.
* emacs.c: Doc fix.
diff --git a/src/w32fns.c b/src/w32fns.c
index cd82447c73f..cbfff0fe775 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -7704,9 +7704,9 @@ DEFUN ("x-display-list", Fx_display_list, Sx_display_list, 0, 0, 0,
}
DEFUN ("x-synchronize", Fx_synchronize, Sx_synchronize, 1, 2, 0,
- doc: /* This is a noop on W32 systems. */)
- (on, display)
- Lisp_Object display, on;
+ doc: /* This is a noop on W32 systems. */)
+ (on, display)
+ Lisp_Object display, on;
{
return Qnil;
}