emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32fns.c


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/w32fns.c
Date: Tue, 13 Nov 2001 06:57:49 -0500

Index: emacs/src/w32fns.c
diff -u emacs/src/w32fns.c:1.132 emacs/src/w32fns.c:1.133
--- emacs/src/w32fns.c:1.132    Mon Nov 12 19:02:55 2001
+++ emacs/src/w32fns.c  Tue Nov 13 06:57:48 2001
@@ -7704,9 +7704,9 @@
 }
 
 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;
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]