diff options
| author | Eli Zaretskii | 2014-07-17 18:39:07 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-07-17 18:39:07 +0300 |
| commit | 449c428491f7f6cce7c576d9b9a057f38b86c50f (patch) | |
| tree | 9e8b9b2cef9b6efeff439b7b5b007be0809edfb8 /src | |
| parent | e8bd4b948b82fd47359e0cf9a0a9ebb802c01e78 (diff) | |
| download | emacs-449c428491f7f6cce7c576d9b9a057f38b86c50f.tar.gz emacs-449c428491f7f6cce7c576d9b9a057f38b86c50f.zip | |
Fix src/ChangeLog entry of last commit.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d395e97246d..8dda7baa6a4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | CODING_ANNOTATION_MASK to the common_flags member of struct | 8 | CODING_ANNOTATION_MASK to the common_flags member of struct |
| 9 | coding_system. | 9 | coding_system. |
| 10 | 10 | ||
| 11 | |||
| 12 | * xdisp.c (init_iterator): Initialize it->stop_charpos to the | 11 | * xdisp.c (init_iterator): Initialize it->stop_charpos to the |
| 13 | buffer position where we are to start the iteration. | 12 | buffer position where we are to start the iteration. |
| 14 | (handle_invisible_prop): Record in it->stop_charpos the position | 13 | (handle_invisible_prop): Record in it->stop_charpos the position |