]> git.eshelyaron.com Git - emacs.git/commitdiff
* data.c (Qcompiled_function): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Jun 2011 00:19:18 +0000 (17:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Jun 2011 00:19:18 +0000 (17:19 -0700)
src/ChangeLog
src/data.c

index 704b3e63b28374f924154aead1fa3b51df61e8a6..09a4a72a562b04da62f3b8bb71cdddcf031c0d59 100644 (file)
@@ -1,3 +1,7 @@
+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.
index a41ffe7a1f6fd091a0e8e1201b3a3e7d82517eed..85e6952efa5271fa3dd2a9140eb707402fe69efc 100644 (file)
@@ -89,8 +89,8 @@ Lisp_Object Qinteger;
 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;