diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 34e76bbf125..396b81c1ebd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -43,7 +43,7 @@ | |||
| 43 | (add_command_key): Use larger_vector. | 43 | (add_command_key): Use larger_vector. |
| 44 | (read_char_x_menu_prompt): Instead of converting symbol and | 44 | (read_char_x_menu_prompt): Instead of converting symbol and |
| 45 | integer events into conses (EVENT . nil), use (EVENT . disabled) | 45 | integer events into conses (EVENT . nil), use (EVENT . disabled) |
| 46 | which cannot be confused with legal events. | 46 | which cannot be confused with valid events. |
| 47 | (read_char): When reading from Vunread_command_events, check for | 47 | (read_char): When reading from Vunread_command_events, check for |
| 48 | events of the form (EVENT . disabled) instead of | 48 | events of the form (EVENT . disabled) instead of |
| 49 | (EVENT . nil). | 49 | (EVENT . nil). |