Mercurial > emacs
changeset 100153:659fdf207ad8
* xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 03 Dec 2008 04:32:15 +0000 |
parents | 4c0375b8d0fa |
children | 234ea6739ae8 |
files | src/ChangeLog |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Dec 03 04:10:55 2008 +0000 +++ b/src/ChangeLog Wed Dec 03 04:32:15 2008 +0000 @@ -1,5 +1,7 @@ 2008-12-03 Chong Yidong <cyd@stupidchicken.com> + * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak. + * xterm.c (x_draw_glyph_string): Fall back on underline_minimum_offset for underline position.