diff options
| author | Eli Zaretskii | 2013-12-16 21:29:04 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-12-16 21:29:04 +0200 |
| commit | 5e6d03b2abd37151ae1329c4b98edfa8242d2f0f (patch) | |
| tree | b7ad76bb208c632485fc6f9c9055b571f8ba139a /src/ChangeLog | |
| parent | 39cb42c6213248c07f298be04c79b606be7d431d (diff) | |
| download | emacs-5e6d03b2abd37151ae1329c4b98edfa8242d2f0f.tar.gz emacs-5e6d03b2abd37151ae1329c4b98edfa8242d2f0f.zip | |
Fix compilation errors introduced by changes in extend_face_to_end_of_line.
src/xdisp.c (extend_face_to_end_of_line): Don't reference tool_bar_window
in GTK and NS builds, they don't have this member of struct frame.
Fixes: debbugs:16165
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 ae154994da1..e2ff15e4291 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,8 @@ | |||
| 3 | * xdisp.c (Fmove_point_visually): Fix subtle bugs in the fallback | 3 | * xdisp.c (Fmove_point_visually): Fix subtle bugs in the fallback |
| 4 | code, revealed in presence of R2L characters, character | 4 | code, revealed in presence of R2L characters, character |
| 5 | compositions, and display vectors. A better fix for Bug#16148. | 5 | compositions, and display vectors. A better fix for Bug#16148. |
| 6 | (extend_face_to_end_of_line): Don't reference tool_bar_window in | ||
| 7 | GTK and NS builds, they don't have this member of struct frame. | ||
| 6 | 8 | ||
| 7 | * dispextern.h (struct composition_it): Correct a comment for the | 9 | * dispextern.h (struct composition_it): Correct a comment for the |
| 8 | 'width' member. | 10 | 'width' member. |