diff options
| author | Paul Eggert | 2011-04-17 21:08:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-17 21:08:35 -0700 |
| commit | 0b432f213c529745b3a8315db6356199fde2ec25 (patch) | |
| tree | 1991254b0a32a24736790b48d2646f1da48df99a /src/ChangeLog | |
| parent | cc2e7b46b8c45216af99090b1ffd683a493c1564 (diff) | |
| download | emacs-0b432f213c529745b3a8315db6356199fde2ec25.tar.gz emacs-0b432f213c529745b3a8315db6356199fde2ec25.zip | |
* alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks".
This doesn't fix a bug but makes the code clearer.
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 22e85967b82..51e379c1280 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-04-18 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks". | ||
| 4 | This doesn't fix a bug but makes the code clearer. | ||
| 5 | |||
| 1 | 2011-04-17 Chong Yidong <cyd@stupidchicken.com> | 6 | 2011-04-17 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * xdisp.c (get_next_display_element): Remove unnecessary ifdefs. | 8 | * xdisp.c (get_next_display_element): Remove unnecessary ifdefs. |