aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2006-03-20 06:26:23 +0000
committerKenichi Handa2006-03-20 06:26:23 +0000
commit95c1c9018edb9797c0f5d00574d7fc64d1d53824 (patch)
treef6cf71b15362dbc39424a940a9437adb34fa67a1 /src/ChangeLog
parentd89b5760af9dc3416c40a23b4e7d322b6d28240c (diff)
downloademacs-95c1c9018edb9797c0f5d00574d7fc64d1d53824.tar.gz
emacs-95c1c9018edb9797c0f5d00574d7fc64d1d53824.zip
(Fwrite_region): Set visit_file to Qnil before GCPRO
it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9ab5555e1b1..901ca108b1e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12006-03-20 Kenichi Handa <handa@m17n.org>
2
3 * fileio.c (Fwrite_region): Set visit_file to Qnil before GCPRO
4 it.
5
6 * keymap.c (map_keymap): Set tail to Qnil before GCPRO it.
7
8 * xfns.c (xg_set_icon): Remove unnecessary GCPRO.
9
10 * xterm.c (x_term_init): Remove unnecessary GCPRO.
11
12006-03-19 Kim F. Storm <storm@cua.dk> 122006-03-19 Kim F. Storm <storm@cua.dk>
2 13
3 * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string, 14 * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string,