(Fx_synchronize): Reindent.
authorPavel Janík <Pavel@Janik.cz>
Tue, 13 Nov 2001 11:58:21 +0000 (11:58 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 13 Nov 2001 11:58:21 +0000 (11:58 +0000)
src/ChangeLog
src/w32fns.c

index b142212..ec7ab8c 100644 (file)
@@ -1,5 +1,7 @@
 2001-11-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * w32fns.c (Fx_synchronize): Reindent.
+
        * fns.c: Doc fix.
 
        * emacs.c: Doc fix.
index cd82447..cbfff0f 100644 (file)
@@ -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;
 }