+2009-08-17 Ken Raeburn <raeburn@raeburn.org>
+
+ * emacs.c (main): Don't call syms_of_data twice.
+
2009-08-16 Michael Albinus <michael.albinus@gmx.de>
* dbusbind.c (xd_initialize): Add connection file descriptor to
if (!initialized)
{
- /* The basic levels of Lisp must come first. */
- /* And data must come first of all
- for the sake of symbols like error-message. */
- syms_of_data ();
+ /* The basic levels of Lisp must come first. Note that
+ syms_of_data and some others have already been called. */
syms_of_chartab ();
syms_of_lread ();
syms_of_print ();