diff options
| author | Paul Eggert | 2011-05-02 23:12:50 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-05-02 23:12:50 -0700 |
| commit | 88c9450f387d1a89aabcbadef504f3688586410c (patch) | |
| tree | c25084c7461bb33ae31f9d03630cb5cc4171d461 /src/ChangeLog | |
| parent | aceeea6c4510002d8fe99b2e6727532ba9cdd8ea (diff) | |
| download | emacs-88c9450f387d1a89aabcbadef504f3688586410c.tar.gz emacs-88c9450f387d1a89aabcbadef504f3688586410c.zip | |
* xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c237ba24b0f..6235e908cfd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-05-03 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-05-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xmenu.c (set_frame_menubar): Fix typo: int * -> int (3 times). | ||
| 4 | |||
| 3 | * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601). | 5 | * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601). |
| 4 | 6 | ||
| 5 | * charset.h (struct charset.code_space): Now has 15 elements, not 16. | 7 | * charset.h (struct charset.code_space): Now has 15 elements, not 16. |