Reported by Martin Rudalics <rudalics@gmx.at>.
* w32.c (init_environment): Replace comma with semicolon.
* w32fns.c (syms_of_w32fns): Likewise.
+2012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
+
+ Fix recently-introduced typos in Windows port.
+ Reported by Martin Rudalics <rudalics@gmx.at>.
+ * w32.c (init_environment): Replace comma with semicolon.
+ * w32fns.c (syms_of_w32fns): Likewise.
+
2012-07-27 Paul Eggert <eggert@cs.ucla.edu>
Improve GDB symbol export (Bug#12036).
if (!strcmp (env_vars[i].name, "HOME") && !appdata)
Vdelayed_warnings_list
= Fcons (listn (HEAP, 2,
- intern ("initialization");
+ intern ("initialization"),
build_string ("Setting HOME to C:\\ by default is deprecated")),
- Vdelayed_warnings_list);
+ Vdelayed_warnings_list);
}
if (lpval)
Fput (Qundefined_color, Qerror_conditions,
- listn (PURE, 2, Qundefined_color, Qerror);
+ listn (PURE, 2, Qundefined_color, Qerror));
Fput (Qundefined_color, Qerror_message,
build_pure_c_string ("Undefined color"));