+2011-06-09 Paul Eggert <eggert@cs.ucla.edu>
+
+ * data.c (Qcompiled_function): Now static.
+
2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
* window.c (window_body_lines): Now static.
static Lisp_Object Qsymbol, Qstring, Qcons, Qmarker, Qoverlay;
Lisp_Object Qwindow;
static Lisp_Object Qfloat, Qwindow_configuration;
-static Lisp_Object Qprocess;
-Lisp_Object Qcompiled_function, Qbuffer, Qframe, Qvector;
+static Lisp_Object Qprocess, Qcompiled_function;
+Lisp_Object Qbuffer, Qframe, Qvector;
static Lisp_Object Qchar_table, Qbool_vector, Qhash_table;
static Lisp_Object Qsubrp, Qmany, Qunevalled;
Lisp_Object Qfont_spec, Qfont_entity, Qfont_object;