diff options
| author | Paul Eggert | 2011-04-10 23:28:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-10 23:28:35 -0700 |
| commit | d85b608f9c151c6f6d07e12392962e02c6ce528b (patch) | |
| tree | 77944a07ab2f73bce42337107e1a3a3ced63be8e /src/ChangeLog | |
| parent | 31cd66f38b534c4ca882a1eb8ec51012c431687d (diff) | |
| download | emacs-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/ChangeLog | 4 |
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 @@ | |||
| 1 | 2011-04-11 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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 | ||