diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1967cdb8557..cb799f627d1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,6 +5,9 @@ | |||
| 5 | struct buffer_text to avoid accessing an uninitialized value | 5 | struct buffer_text to avoid accessing an uninitialized value |
| 6 | when compact_buffer is called for the first time. | 6 | when compact_buffer is called for the first time. |
| 7 | (compact_buffer): Use convenient BUF_COMPACT and BUF_MODIFF. | 7 | (compact_buffer): Use convenient BUF_COMPACT and BUF_MODIFF. |
| 8 | (Fset_buffer_modified_p): Use buffer_window_count to check | ||
| 9 | whether the buffer is displayed in some window. | ||
| 10 | * xdisp.c (message_dolog): Likewise. | ||
| 8 | 11 | ||
| 9 | 2012-12-23 Eli Zaretskii <eliz@gnu.org> | 12 | 2012-12-23 Eli Zaretskii <eliz@gnu.org> |
| 10 | 13 | ||