]> git.eshelyaron.com Git - emacs.git/commitdiff
Add Bug#.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 30 May 2011 15:57:49 +0000 (08:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 30 May 2011 15:57:49 +0000 (08:57 -0700)
src/ChangeLog

index 353aa100e9c19ca91456f901f433764107456abf..2968b2da85f340de1c3319cceed2d7081c8b533b 100644 (file)
@@ -3,7 +3,7 @@
        * gnutls.c: Use Emacs's memory allocators.
        Without this change, the gnutls library would invoke malloc etc.
        directly, which causes problems on non-SYNC_INPUT hosts, and which
-       runs afoul of improving memory_full behavior.
+       runs afoul of improving memory_full behavior.  (Bug#8761)
        (fn_gnutls_global_set_mem_functions): New macro or function pointer.
        (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc,
        xfree instead of the default malloc, realloc, free.