aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 @@
12001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 2
3 * w32fns.c (Fx_synchronize): Reindent.
4
3 * fns.c: Doc fix. 5 * fns.c: Doc fix.
4 6
5 * emacs.c: Doc fix. 7 * 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,
7704} 7704}
7705 7705
7706DEFUN ("x-synchronize", Fx_synchronize, Sx_synchronize, 1, 2, 0, 7706DEFUN ("x-synchronize", Fx_synchronize, Sx_synchronize, 1, 2, 0,
7707 doc: /* This is a noop on W32 systems. */) 7707 doc: /* This is a noop on W32 systems. */)
7708 (on, display) 7708 (on, display)
7709 Lisp_Object display, on; 7709 Lisp_Object display, on;
7710{ 7710{
7711 return Qnil; 7711 return Qnil;
7712} 7712}