+2004-05-10 Kenichi Handa <handa@m17n.org>
+
+ * 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 <miles@gnu.org>
* lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2004-05-10 Kenichi Handa <handa@m17n.org>
+ * 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.