From a57e8159253e6ddd74b0453de7c526a9895b9576 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 10 May 2004 12:58:20 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ src/ChangeLog | 12 ++++++++++++ 2 files changed, 17 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 356f35c01a1..7eb5e70b23a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-05-10 Kenichi Handa + + * descr-text.el (describe-char): Fix previous change. Don't make + a unibyte character to multibyte in the *Help* buffer. + 2004-05-10 Miles Bader * lisp/progmodes/gud.el (gud-common-init): Only consider an existing diff --git a/src/ChangeLog b/src/ChangeLog index 01a7cae2783..fad84ff38f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -12,6 +12,18 @@ 2004-05-10 Kenichi Handa + * print.c (temp_output_buffer_setup): Bind inhibit-read-only and + inhibit-modification-hooks to t temporarily before calling + Ferase_buffer. + + * xfns.c (x_create_tip_frame): Bind inhibit-read-only and + inhibit-modification-hooks to t temporarily before calling + Ferase_buffer. + + * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and + inhibit-modification-hooks to t temporarily before calling + Ferase_buffer. + * fns.c (count_combining): Delete it. (concat): Don't check combining bytes. -- 2.39.2