diff options
| author | Dmitry Antipov | 2012-07-22 09:37:24 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-07-22 09:37:24 +0400 |
| commit | d36d71df9c550e69d8a469139714a188f221aea8 (patch) | |
| tree | 0e8aaf407ee05e20925765a434bbbcc99d8a9aa9 /src/ChangeLog | |
| parent | 894bd8732db202ab5a2dd43cd0e949289b20c3f5 (diff) | |
| download | emacs-d36d71df9c550e69d8a469139714a188f221aea8.tar.gz emacs-d36d71df9c550e69d8a469139714a188f221aea8.zip | |
Simplify and cleanup markers positioning code.
* marker.c (attach_marker): More useful eassert.
(live_buffer, set_marker_internal): New function.
(Fset_marker, set_marker_restricted): Use set_marker_internal.
(set_marker_both, set_marker_restricted_both): Use live_buffer.
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 6392044ed62..f0937856559 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Simplify and cleanup markers positioning code. | ||
| 4 | * marker.c (attach_marker): More useful eassert. | ||
| 5 | (live_buffer, set_marker_internal): New function. | ||
| 6 | (Fset_marker, set_marker_restricted): Use set_marker_internal. | ||
| 7 | (set_marker_both, set_marker_restricted_both): Use live_buffer. | ||
| 8 | |||
| 1 | 2012-07-22 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2012-07-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int, | 11 | * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int, |