aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-17 21:08:35 -0700
committerPaul Eggert2011-04-17 21:08:35 -0700
commit0b432f213c529745b3a8315db6356199fde2ec25 (patch)
tree1991254b0a32a24736790b48d2646f1da48df99a /src/ChangeLog
parentcc2e7b46b8c45216af99090b1ffd683a493c1564 (diff)
downloademacs-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/ChangeLog5
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 @@
12011-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
12011-04-17 Chong Yidong <cyd@stupidchicken.com> 62011-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.