diff options
Diffstat (limited to 'src/w32.c')
-rw-r--r-- | src/w32.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/w32.c b/src/w32.c index 197f6ddee2f..f3e88afd5bf 100644 --- a/src/w32.c +++ b/src/w32.c @@ -2982,8 +2982,7 @@ init_environment (char ** argv) if (strcmp (env_vars[i].name, "HOME") == 0 && !appdata) Vdelayed_warnings_list = Fcons - (listn (CONSTYPE_HEAP, 2, - intern ("initialization"), build_string + (list2 (intern ("initialization"), build_string ("Use of `C:\\.emacs' without defining `HOME'\n" "in the environment is deprecated, " "see `Windows HOME' in the Emacs manual.")), |