aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-05-22 23:54:47 -0700
committerPaul Eggert2011-05-22 23:54:47 -0700
commit847044ea2e84857e6379841ed561f5af9ca0e091 (patch)
tree1b1019a0cbf442c98baf84319ea770ff4dee57b6 /src
parent305696990bd24e602e83444651fbb1ed8819fe14 (diff)
downloademacs-847044ea2e84857e6379841ed561f5af9ca0e091.tar.gz
emacs-847044ea2e84857e6379841ed561f5af9ca0e091.zip
Add bug#.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 29595113f1b..f49250b6a35 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,7 +7,7 @@
7 decoding a CCL program. Many of the new checks are whether XINT (x) 7 decoding a CCL program. Many of the new checks are whether XINT (x)
8 fits in int; it doesn't always, on 64-bit hosts. The new version 8 fits in int; it doesn't always, on 64-bit hosts. The new version
9 doesn't catch all possible integer overflows, but it's an 9 doesn't catch all possible integer overflows, but it's an
10 improvement. 10 improvement. (Bug#8719)
11 11
12 * alloc.c (make_event_array): Use XINT, not XUINT. 12 * alloc.c (make_event_array): Use XINT, not XUINT.
13 There's no need for unsigned here. 13 There's no need for unsigned here.