aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-11-11 18:08:06 -0800
committerPaul Eggert2012-11-11 18:08:06 -0800
commit12cc43375014a952bf5a62e6981f1e45a28dded4 (patch)
treeb3f9a03128dccac18fe33039ac7b639607d98b1c /src/ChangeLog
parent76ae24d77f44a5021171960044b8403710251027 (diff)
downloademacs-12cc43375014a952bf5a62e6981f1e45a28dded4.tar.gz
emacs-12cc43375014a952bf5a62e6981f1e45a28dded4.zip
* data.c (Qdefalias_fset_function): Now static.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 97d04cb6ba1..3c0e5e4e2b5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12012-11-12 Paul Eggert <eggert@cs.ucla.edu> 12012-11-12 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * data.c (Qdefalias_fset_function): Now static.
4
3 Another tweak to vectorlike_header change. 5 Another tweak to vectorlike_header change.
4 * alloc.c (struct Lisp_Vectorlike_Free, NEXT_IN_FREE_LIST): 6 * alloc.c (struct Lisp_Vectorlike_Free, NEXT_IN_FREE_LIST):
5 Remove, and replace all uses with ... 7 Remove, and replace all uses with ...