diff options
| author | Eli Zaretskii | 2011-11-01 21:19:07 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-11-01 21:19:07 +0200 |
| commit | 26b46e515c1695a73930255dd79cca6d0eb84321 (patch) | |
| tree | 74d63ef1944b9eaaf3ac88ad9f42cb5c1f1485b3 /src/ChangeLog | |
| parent | bc17a887d1df07f5a75287ff7d551d548e10f387 (diff) | |
| download | emacs-26b46e515c1695a73930255dd79cca6d0eb84321.tar.gz emacs-26b46e515c1695a73930255dd79cca6d0eb84321.zip | |
Rename locals to match their nature.
src/xdisp.c (mouse_face_from_buffer_pos, note_mouse_highlight): Rename
cover_string to disp_string.
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 d27a8625407..f1ba519d92a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,8 @@ | |||
| 3 | * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment. | 3 | * xdisp.c (mouse_face_from_buffer_pos): Fix a typo in a comment. |
| 4 | Don't stop backward scan on the continuation glyph, even though | 4 | Don't stop backward scan on the continuation glyph, even though |
| 5 | its CHARPOS is positive. | 5 | its CHARPOS is positive. |
| 6 | (mouse_face_from_buffer_pos, note_mouse_highlight): Rename | ||
| 7 | cover_string to disp_string. | ||
| 6 | 8 | ||
| 7 | 2011-11-01 Martin Rudalics <rudalics@gmx.at> | 9 | 2011-11-01 Martin Rudalics <rudalics@gmx.at> |
| 8 | 10 | ||