]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Mon, 10 May 2004 12:58:20 +0000 (12:58 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 10 May 2004 12:58:20 +0000 (12:58 +0000)
lisp/ChangeLog
src/ChangeLog

index 356f35c01a171bf9fabbf6e1f2b153a19bbd8360..7eb5e70b23aa493eea0714c0b87bbdb2317e60c6 100644 (file)
@@ -1,3 +1,8 @@
+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
index 01a7cae2783dbac900c7bd87c61a02e73c42bad3..fad84ff38f5202a1fe855a3f9bf4b77f535c47f7 100644 (file)
 
 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.