* data.c (Qdefalias_fset_function): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Nov 2012 02:08:06 +0000 (18:08 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Nov 2012 02:08:06 +0000 (18:08 -0800)
src/ChangeLog
src/data.c

index 97d04cb..3c0e5e4 100644 (file)
@@ -1,5 +1,7 @@
 2012-11-12  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * data.c (Qdefalias_fset_function): Now static.
+
        Another tweak to vectorlike_header change.
        * alloc.c (struct Lisp_Vectorlike_Free, NEXT_IN_FREE_LIST):
        Remove, and replace all uses with ...
index 663e25e..0989940 100644 (file)
@@ -80,7 +80,8 @@ static Lisp_Object Qsubrp, Qmany, Qunevalled;
 Lisp_Object Qfont_spec, Qfont_entity, Qfont_object;
 static Lisp_Object Qdefun;
 
-Lisp_Object Qinteractive_form, Qdefalias_fset_function;
+Lisp_Object Qinteractive_form;
+static Lisp_Object Qdefalias_fset_function;
 
 static void swap_in_symval_forwarding (struct Lisp_Symbol *, struct Lisp_Buffer_Local_Value *);