diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 1 | ||||
| -rw-r--r-- | src/keymap.c | 3 |
2 files changed, 1 insertions, 3 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): |
diff --git a/src/keymap.c b/src/keymap.c index 05d9616ef2d..a4de89f6a72 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -34,9 +34,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 34 | #include "keymap.h" | 34 | #include "keymap.h" |
| 35 | #include "window.h" | 35 | #include "window.h" |
| 36 | 36 | ||
| 37 | /* The number of elements in keymap vectors. */ | ||
| 38 | #define DENSE_TABLE_SIZE (0200) | ||
| 39 | |||
| 40 | /* Actually allocate storage for these variables */ | 37 | /* Actually allocate storage for these variables */ |
| 41 | 38 | ||
| 42 | Lisp_Object current_global_map; /* Current global keymap */ | 39 | Lisp_Object current_global_map; /* Current global keymap */ |