Pacify valgrind by initializing buffer redisplay bit.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Jan 2014 16:47:41 +0000 (08:47 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Jan 2014 16:47:41 +0000 (08:47 -0800)
commit3c35702fe921254340ad949ce3cab0b668788c90
tree9de0bfd95d2dda97dd29d96faf9dfc7bdeb9a4cd
parent71f16bdad487018608007b53d26eb65b4cbe6b55
Pacify valgrind by initializing buffer redisplay bit.

Problem reported by Dmitry Antipov in
<http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01756.html>.
* alloc.c (USE_VALGRIND): Move this to ...
* conf_post.h (USE_VALGRIND): ... here.  Use booleans.
* buffer.c (Fget_buffer_create): Initialize redisplay bit
to pacify valgrind.
src/ChangeLog
src/alloc.c
src/buffer.c
src/conf_post.h