]> code.delx.au - gnu-emacs/blobdiff - src/lread.c
Minor typo fixes in vc-src.el.
[gnu-emacs] / src / lread.c
index 171a51acb3f40abee55b34ebfeebc4338a555f8f..6f71ff5f468c2786a83bd0f5ef7ff53d2af3e177 100644 (file)
@@ -66,7 +66,8 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Hash table read constants.  */
 static Lisp_Object Qhash_table, Qdata;
-static Lisp_Object Qtest, Qsize;
+static Lisp_Object Qtest;
+Lisp_Object Qsize;
 static Lisp_Object Qweakness;
 static Lisp_Object Qrehash_size;
 static Lisp_Object Qrehash_threshold;