aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNoam Postavsky2016-06-27 07:56:56 -0400
committerNoam Postavsky2016-06-27 07:59:04 -0400
commitc150a6461bce92fde6a8859b49d00814a0b8c9cf (patch)
tree408e7bcc2b2eaffcbdfe7389e88cd94e43f7ff9b /src
parentebf047254b374eedc6fa24625d30213aa095cab9 (diff)
downloademacs-c150a6461bce92fde6a8859b49d00814a0b8c9cf.tar.gz
emacs-c150a6461bce92fde6a8859b49d00814a0b8c9cf.zip
; Fix typo in commit before last
Diffstat (limited to 'src')
-rw-r--r--src/w32.c4
1 files changed, 2 insertions, 2 deletions
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)
2778 intern ("initialization"), build_string 2778 intern ("initialization"), build_string
2779 ("Use of `C:\\.emacs' without defining `HOME' " 2779 ("Use of `C:\\.emacs' without defining `HOME' "
2780 "in the environment is deprecated,\n" 2780 "in the environment is deprecated,\n"
2781 "see `Windows Home' in the Emacs manual."))), 2781 "see `Windows Home' in the Emacs manual.")),
2782 Vdelayed_warnings_list); 2782 Vdelayed_warnings_list);
2783 } 2783 }
2784 2784
2785 if (lpval) 2785 if (lpval)