aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorNoah Friedman2008-10-23 06:55:14 +0000
committerNoah Friedman2008-10-23 06:55:14 +0000
commit159bd5a226e5038c5133399212808b1fe09ec507 (patch)
tree92fc87b370007863d79bd6e24603f19b9099e9b7 /src/ChangeLog
parent49f9c344472822b5366df3f71cf2e2adb5433def (diff)
downloademacs-159bd5a226e5038c5133399212808b1fe09ec507.tar.gz
emacs-159bd5a226e5038c5133399212808b1fe09ec507.zip
(make_conversion_work_buffer): Check that Vcode_conversion_reused_workbuf
is a live buffer, otherwise call Fget_buffer_create.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 09cd14012ad..19caf803042 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12008-10-23 Noah Friedman <friedman@splode.com>
2
3 * coding.c (make_conversion_work_buffer): Check that
4 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
5 Fget_buffer_create.
6
12008-10-23 Kenichi Handa <handa@m17n.org> 72008-10-23 Kenichi Handa <handa@m17n.org>
2 8
3 * font.c (font_add_log): Check the values of extra properties. 9 * font.c (font_add_log): Check the values of extra properties.