diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2011-05-14 17:05:36 +0300 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2011-05-14 17:05:36 +0300 |
| commit | 683a44f77c8c83febe1ab7ebe7fc32d26fc71bcd (patch) | |
| tree | ef3b872220e0ed8690dfe492e7e6f9c64d039ef6 /src/ChangeLog | |
| parent | 7b60010279ef966ed79de968c918e3e9f4b42e3b (diff) | |
Remove kludgey save and restore of IT->position for push_it.
src/xdisp.c (push_it): Accept second argument POSITION, where pop_it
should jump to continue iteration.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b122f0612b2..fdb98351672 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,6 +2,8 @@ * xdisp.c (compute_display_string_pos): Non-trivial implementation. (compute_display_string_end): New function. + (push_it): Accept second argument POSITION, where pop_it should + jump to continue iteration. * dispextern.h (compute_display_string_end): Declare prototype. |
