Mercurial > emacs
changeset 69598:15befdcdc4e9
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 20 Mar 2006 06:26:23 +0000 |
parents | df847a0b85d2 |
children | 0b906e4eb64e |
files | src/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Mar 20 06:24:58 2006 +0000 +++ b/src/ChangeLog Mon Mar 20 06:26:23 2006 +0000 @@ -1,3 +1,14 @@ +2006-03-20 Kenichi Handa <handa@m17n.org> + + * fileio.c (Fwrite_region): Set visit_file to Qnil before GCPRO + it. + + * keymap.c (map_keymap): Set tail to Qnil before GCPRO it. + + * xfns.c (xg_set_icon): Remove unnecessary GCPRO. + + * xterm.c (x_term_init): Remove unnecessary GCPRO. + 2006-03-19 Kim F. Storm <storm@cua.dk> * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string,