aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-10 23:28:35 -0700
committerPaul Eggert2011-04-10 23:28:35 -0700
commitd85b608f9c151c6f6d07e12392962e02c6ce528b (patch)
tree77944a07ab2f73bce42337107e1a3a3ced63be8e /src/ChangeLog
parent31cd66f38b534c4ca882a1eb8ec51012c431687d (diff)
downloademacs-d85b608f9c151c6f6d07e12392962e02c6ce528b.tar.gz
emacs-d85b608f9c151c6f6d07e12392962e02c6ce528b.zip
* category.c (SET_CATEGORY_SET, set_category_set): Move here.
* category.h: ... from here. * category.c (check_category_table, set_category_set): Now static.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 45a6e1011ff..dd0166bd0f3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-04-11 Paul Eggert <eggert@cs.ucla.edu> 12011-04-11 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * category.c (SET_CATEGORY_SET, set_category_set): Move here.
4 * category.h: ... from here.
5 * category.c (check_category_table, set_category_set): Now static.
6
3 * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static. 7 * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.
4 * lisp.h: Remove these decls. 8 * lisp.h: Remove these decls.
5 9