diff options
| author | Paul Eggert | 2011-03-06 00:14:14 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-06 00:14:14 -0800 |
| commit | 841081e175e461e5b8e94747aff3fd108eff3cad (patch) | |
| tree | 82ba06237a1ebd9015e8312e2b96655cc2144a5b /src/ChangeLog | |
| parent | 7b781e9f4f8f6899451b68117cd47b7c40250354 (diff) | |
| download | emacs-841081e175e461e5b8e94747aff3fd108eff3cad.tar.gz emacs-841081e175e461e5b8e94747aff3fd108eff3cad.zip | |
* xdisp.c (produce_glyphless_glyph): Make a pointer "const"
since it might point to immutable storage.
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 5dd7a774ddb..0ebc363f451 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -9,6 +9,8 @@ | |||
| 9 | (mouse_face_from_buffer_pos, note_mouse_highlight, expose_frame): | 9 | (mouse_face_from_buffer_pos, note_mouse_highlight, expose_frame): |
| 10 | Rename or move local decls. | 10 | Rename or move local decls. |
| 11 | * xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var. | 11 | * xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var. |
| 12 | (produce_glyphless_glyph): Make a pointer "const" | ||
| 13 | since it might point to immutable storage. | ||
| 12 | 14 | ||
| 13 | 2011-03-06 Michael Shields <shields@msrl.com> (tiny change) | 15 | 2011-03-06 Michael Shields <shields@msrl.com> (tiny change) |
| 14 | 16 | ||