aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-05-14 17:05:36 +0300
committerEli Zaretskii2011-05-14 17:05:36 +0300
commit683a44f77c8c83febe1ab7ebe7fc32d26fc71bcd (patch)
treeef3b872220e0ed8690dfe492e7e6f9c64d039ef6 /src/ChangeLog
parent7b60010279ef966ed79de968c918e3e9f4b42e3b (diff)
downloademacs-683a44f77c8c83febe1ab7ebe7fc32d26fc71bcd.tar.gz
emacs-683a44f77c8c83febe1ab7ebe7fc32d26fc71bcd.zip
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/ChangeLog2
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 @@
2 2
3 * xdisp.c (compute_display_string_pos): Non-trivial implementation. 3 * xdisp.c (compute_display_string_pos): Non-trivial implementation.
4 (compute_display_string_end): New function. 4 (compute_display_string_end): New function.
5 (push_it): Accept second argument POSITION, where pop_it should
6 jump to continue iteration.
5 7
6 * dispextern.h (compute_display_string_end): Declare prototype. 8 * dispextern.h (compute_display_string_end): Declare prototype.
7 9