diff options
| author | Richard M. Stallman | 2002-01-02 21:55:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-02 21:55:01 +0000 |
| commit | edde72f6c6a14bf388d5005495793f9c3d60dbdf (patch) | |
| tree | a0c35e9ba35dcf95a676310ebb7c97115f2ef10a /src | |
| parent | 4cbedc160b34e1a83b63b99b1b1a64b3c6736493 (diff) | |
| download | emacs-edde72f6c6a14bf388d5005495793f9c3d60dbdf.tar.gz emacs-edde72f6c6a14bf388d5005495793f9c3d60dbdf.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e0ffe90c594..2693da95d88 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2002-01-02 Richard M. Stallman <rms@gnu.org> | 1 | 2002-01-02 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * keyboard.c (read_key_sequence): Handle the keymap property | ||
| 4 | before minor mode maps. | ||
| 5 | |||
| 3 | * editfns.c (Fformat): Update thissize from field_width | 6 | * editfns.c (Fformat): Update thissize from field_width |
| 4 | based on the actual width, in the string case. | 7 | based on the actual width, in the string case. |
| 5 | 8 | ||