emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 c150a64: ; Fix typo in commit before last


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-25 c150a64: ; Fix typo in commit before last
Date: Mon, 27 Jun 2016 12:01:46 +0000 (UTC)

branch: emacs-25
commit c150a6461bce92fde6a8859b49d00814a0b8c9cf
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    ; Fix typo in commit before last
---
 src/w32.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/w32.c b/src/w32.c
index 6948fde..2478b45 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)



reply via email to

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