1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00:00

* data.c (Qdefalias_fset_function): Now static.

This commit is contained in:
Paul Eggert 2012-11-11 18:08:06 -08:00
parent 76ae24d77f
commit 12cc433750
2 changed files with 4 additions and 1 deletions

View 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 ...

View 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 *);