aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-05-27 00:51:09 -0700
committerPaul Eggert2012-05-27 00:51:09 -0700
commit57b81a9f519a6538e7caa581a62087bec219abd1 (patch)
tree1f90bdad6cc9726e32ac879b35196703e9a34d87 /src/ChangeLog
parent81899c9138d2412a6c9977cb6c47987ca622af27 (diff)
downloademacs-57b81a9f519a6538e7caa581a62087bec219abd1.tar.gz
emacs-57b81a9f519a6538e7caa581a62087bec219abd1.zip
* lisp.h [REL_ALLOC]: Omit duplicate prototypes.
Only r_alloc_inhibit_buffer_relocation needed to be added; the others were already declared.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b0b88a86e91..b87398fcbc1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12012-05-27 Paul Eggert <eggert@cs.ucla.edu> 12012-05-27 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lisp.h [REL_ALLOC]: Omit duplicate prototypes.
4 Only r_alloc_inhibit_buffer_relocation needed to be added;
5 the others were already declared.
6
3 * bidi.c (bidi_mirror_char): Don't possibly truncate the integer 7 * bidi.c (bidi_mirror_char): Don't possibly truncate the integer
4 before checking whether it's out of range. Put the check inside 8 before checking whether it's out of range. Put the check inside
5 eassert. See 9 eassert. See