]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_server_version): Include w32_build_number in the
authorAndrew Innes <andrewi@gnu.org>
Sun, 5 Nov 2000 21:41:31 +0000 (21:41 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 5 Nov 2000 21:41:31 +0000 (21:41 +0000)
return list.

src/w32fns.c

index 028c7d40659b80497f3849119501ea798eb20b4c..405694397f8954c178b96b083a568a71a7cf70cd 100644 (file)
@@ -6950,7 +6950,8 @@ If omitted or nil, that stands for the selected frame's display.")
      Lisp_Object display;
 {
   return Fcons (make_number (w32_major_version),
-               Fcons (make_number (w32_minor_version), Qnil));
+               Fcons (make_number (w32_minor_version),
+                      Fcons (make_number (w32_build_number), Qnil)));
 }
 
 DEFUN ("x-display-screens", Fx_display_screens, Sx_display_screens, 0, 1, 0,