From: Noam Postavsky <npostavs@gmail.com>
Date: Mon, 27 Jun 2016 11:56:56 +0000 (-0400)
Subject: ; Fix typo in commit before last
X-Git-Tag: emacs-25.1-rc1~59
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c150a6461bce92fde6a8859b49d00814a0b8c9cf;p=emacs.git

; Fix typo in commit before last
---

diff --git a/src/w32.c b/src/w32.c
index 6948fdeeef3..2478b454a74 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -2778,8 +2778,8 @@ init_environment (char ** argv)
                             intern ("initialization"), build_string
                             ("Use of `C:\\.emacs' without defining `HOME' "
                              "in the environment is deprecated,\n"
-                             "see `Windows Home' in the Emacs manual."))),
-                    Vdelayed_warnings_list);
+                             "see `Windows Home' in the Emacs manual.")),
+                     Vdelayed_warnings_list);
 	      }
 
 	    if (lpval)