diff options
| author | Paul Eggert | 2011-04-10 23:43:21 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-10 23:43:21 -0700 |
| commit | 127198fdc718d38078cf6abeb6f3a0862f3ac1d2 (patch) | |
| tree | f394043aa3850cb988c8f702ed9053c5fd3a71c4 /src/ChangeLog | |
| parent | d85b608f9c151c6f6d07e12392962e02c6ce528b (diff) | |
| download | emacs-127198fdc718d38078cf6abeb6f3a0862f3ac1d2.tar.gz emacs-127198fdc718d38078cf6abeb6f3a0862f3ac1d2.zip | |
* ccl.h (check_ccl_update, Vccl_program_table): Remove decls.
* ccl.c (Vccl_program_table): Now static.
(check_ccl_update): Remove; unused.
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 dd0166bd0f3..dcbab4b96b7 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 | * ccl.h (check_ccl_update, Vccl_program_table): Remove decls. | ||
| 4 | * ccl.c (Vccl_program_table): Now static. | ||
| 5 | (check_ccl_update): Remove; unused. | ||
| 6 | |||
| 3 | * category.c (SET_CATEGORY_SET, set_category_set): Move here. | 7 | * category.c (SET_CATEGORY_SET, set_category_set): Move here. |
| 4 | * category.h: ... from here. | 8 | * category.h: ... from here. |
| 5 | * category.c (check_category_table, set_category_set): Now static. | 9 | * category.c (check_category_table, set_category_set): Now static. |