diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32.c | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -2776,9 +2776,9 @@ init_environment (char ** argv) | |||
| 2776 | = Fcons | 2776 | = Fcons |
| 2777 | (listn (CONSTYPE_HEAP, 2, | 2777 | (listn (CONSTYPE_HEAP, 2, |
| 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'\n" |
| 2780 | "in the environment is deprecated,\n" | 2780 | "in the environment is deprecated, " |
| 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 | ||