diff options
author | Noam Postavsky <npostavs@gmail.com> | 2016-06-27 07:56:56 -0400 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2016-06-27 07:59:04 -0400 |
commit | c150a6461bce92fde6a8859b49d00814a0b8c9cf (patch) | |
tree | 408e7bcc2b2eaffcbdfe7389e88cd94e43f7ff9b /src/w32.c | |
parent | ebf047254b374eedc6fa24625d30213aa095cab9 (diff) | |
download | emacs-c150a6461bce92fde6a8859b49d00814a0b8c9cf.tar.gz |
; Fix typo in commit before last
Diffstat (limited to 'src/w32.c')
-rw-r--r-- | src/w32.c | 4 |
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) 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) |