diff options
| author | Dmitry Antipov | 2012-12-24 15:41:28 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-12-24 15:41:28 +0400 |
| commit | f9e7c67e4ccdaf160c0506748f776d628a38eeba (patch) | |
| tree | 5450281668646d918080a93c474bc461c84c9b84 /src/ChangeLog | |
| parent | dab2e22def49ff65ec803c070df4984424808aed (diff) | |
| download | emacs-f9e7c67e4ccdaf160c0506748f776d628a38eeba.tar.gz emacs-f9e7c67e4ccdaf160c0506748f776d628a38eeba.zip | |
* buffer.h (BUF_COMPACT): New macro to follow the common style.
* buffer.c (Fget_buffer_create): Use it to set compact field of
struct buffer_text to avoid accessing an uninitialized value
when compact_buffer is called for the first time.
(compact_buffer): Use convenient BUF_COMPACT and BUF_MODIFF.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 648f14a61e4..1967cdb8557 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-12-24 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * buffer.h (BUF_COMPACT): New macro to follow the common style. | ||
| 4 | * buffer.c (Fget_buffer_create): Use it to set compact field of | ||
| 5 | struct buffer_text to avoid accessing an uninitialized value | ||
| 6 | when compact_buffer is called for the first time. | ||
| 7 | (compact_buffer): Use convenient BUF_COMPACT and BUF_MODIFF. | ||
| 8 | |||
| 1 | 2012-12-23 Eli Zaretskii <eliz@gnu.org> | 9 | 2012-12-23 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * w32.c (acl_set_file): If setting the file security descriptor | 11 | * w32.c (acl_set_file): If setting the file security descriptor |