aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/w32.c b/src/w32.c
index c26f14593f1..6948fdeeef3 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -2773,10 +2773,13 @@ init_environment (char ** argv)
2773 } 2773 }
2774 if (strcmp (env_vars[i].name, "HOME") == 0 && !appdata) 2774 if (strcmp (env_vars[i].name, "HOME") == 0 && !appdata)
2775 Vdelayed_warnings_list 2775 Vdelayed_warnings_list
2776 = Fcons (listn (CONSTYPE_HEAP, 2, 2776 = Fcons
2777 intern ("initialization"), 2777 (listn (CONSTYPE_HEAP, 2,
2778 build_string ("Setting HOME to C:\\ by default is deprecated")), 2778 intern ("initialization"), build_string
2779 Vdelayed_warnings_list); 2779 ("Use of `C:\\.emacs' without defining `HOME' "
2780 "in the environment is deprecated,\n"
2781 "see `Windows Home' in the Emacs manual."))),
2782 Vdelayed_warnings_list);
2780 } 2783 }
2781 2784
2782 if (lpval) 2785 if (lpval)