projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebf0472
)
; Fix typo in commit before last
author
Noam Postavsky
<npostavs@gmail.com>
Mon, 27 Jun 2016 11:56:56 +0000
(07:56 -0400)
committer
Noam Postavsky
<npostavs@gmail.com>
Mon, 27 Jun 2016 11:59:04 +0000
(07:59 -0400)
src/w32.c
patch
|
blob
|
history
diff --git
a/src/w32.c
b/src/w32.c
index 6948fdeeef3cc4e14c7ae2f64cd4512b6dd5dfe3..2478b454a7470cbee230cb88fc5a9a2a5518bd52 100644
(file)
--- 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)