diff options
| author | Paul Eggert | 2011-03-14 08:42:21 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-14 08:42:21 -0700 |
| commit | dbbb842771445b0376b95a48a4fae85f37420c62 (patch) | |
| tree | 6c901249777af013adcc3e8791977073936974a4 /src/ChangeLog | |
| parent | 1004a21a8f2488da573e0340873cbdeac3ac2001 (diff) | |
| download | emacs-dbbb842771445b0376b95a48a4fae85f37420c62.tar.gz emacs-dbbb842771445b0376b95a48a4fae85f37420c62.zip | |
* keymap.c (DENSE_TABLE_SIZE): Remove; unused.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8efad3a59d9..5b9e472e4e9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | (copy_keymap_item, append_key, push_text_char_description): | 4 | (copy_keymap_item, append_key, push_text_char_description): |
| 5 | Now static. | 5 | Now static. |
| 6 | (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily. | 6 | (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily. |
| 7 | (DENSE_TABLE_SIZE): Remove; unused. | ||
| 7 | 8 | ||
| 8 | * keyboard.c: Declare functions static if they are not used elsewhere. | 9 | * keyboard.c: Declare functions static if they are not used elsewhere. |
| 9 | (echo_char, echo_dash, cmd_error, top_level_2): | 10 | (echo_char, echo_dash, cmd_error, top_level_2): |