diff options
| author | Phillip Rulon | 1999-10-10 01:39:53 +0000 |
|---|---|---|
| committer | Phillip Rulon | 1999-10-10 01:39:53 +0000 |
| commit | a04f1a93c6f08aef3c8736322e24cbf67d3ad842 (patch) | |
| tree | 684f0572fbe0ad8c22a1b681c1756c01c3e4e052 /src/ChangeLog | |
| parent | 3f4c23f9845ea6d8cdb9b9a0ed4e5641704d9f42 (diff) | |
| download | emacs-a04f1a93c6f08aef3c8736322e24cbf67d3ad842.tar.gz emacs-a04f1a93c6f08aef3c8736322e24cbf67d3ad842.zip | |
(Fsingle_key_description): Make tem big enough.
(describe_buffer_bindings): Make buf big enough.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fa10ff354d0..7318c21cdf9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -96,6 +96,11 @@ | |||
| 96 | * xdisp.c (resize_mini_window): Do nothing if frame is an X | 96 | * xdisp.c (resize_mini_window): Do nothing if frame is an X |
| 97 | frame that hasn't been initialized yet. | 97 | frame that hasn't been initialized yet. |
| 98 | 98 | ||
| 99 | 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> | ||
| 100 | |||
| 101 | * keymap.c (Fsingle_key_description): Make tem big enough. | ||
| 102 | (describe_buffer_bindings): Make buf big enough. | ||
| 103 | |||
| 99 | 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 104 | 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 100 | 105 | ||
| 101 | * intervals.c (get_local_map): Use indirect_function, | 106 | * intervals.c (get_local_map): Use indirect_function, |