aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-05-30 22:43:11 -0700
committerPaul Eggert2011-05-30 22:43:11 -0700
commit12c69b84d1ab93d5b0bd189394952da12340f86d (patch)
tree9db74e27354d2027de3e3a04c6cb3d0f43d5179c /src
parent531b01656f89e093b9fa35959fa41e534b025320 (diff)
downloademacs-12c69b84d1ab93d5b0bd189394952da12340f86d.tar.gz
emacs-12c69b84d1ab93d5b0bd189394952da12340f86d.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 aa034b3493f..fda9e440422 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,7 +4,7 @@
4 * alloc.c (buffer_memory_full, memory_full): New arg NBYTES. 4 * alloc.c (buffer_memory_full, memory_full): New arg NBYTES.
5 * lisp.h: Change signatures accordingly. 5 * lisp.h: Change signatures accordingly.
6 * alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c: 6 * alloc.c, buffer.c, editfns.c, menu.c, minibuf.c, xterm.c:
7 All callers changed. 7 All callers changed. (Bug#8762)
8 8
9 * gnutls.c: Use Emacs's memory allocators. 9 * gnutls.c: Use Emacs's memory allocators.
10 Without this change, the gnutls library would invoke malloc etc. 10 Without this change, the gnutls library would invoke malloc etc.