]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 16 May 2001 10:49:47 +0000 (10:49 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 16 May 2001 10:49:47 +0000 (10:49 +0000)
lisp/ChangeLog
src/ChangeLog

index 4eed367cb29d83a72eee35d0970c41f2f7fc1b13..f72b57946d0fb016a4140a76e6025fac0a9df658 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-16  Gerd Moellmann  <gerd@gnu.org>
+
+       * international/mule.el (auto-coding-regexp-alist): New user-option.
+       (auto-coding-from-file-contents): New function.
+       (set-auto-coding): Use it to determine a coding system.
+
 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
 
        * mouse.el (mouse-delete-other-windows): Doc fix.
index 7c3d7b660a66f559f7ed40454de119c58516d6ab..2e06bfbfb56047c7c1bb51375fc582408bf34dbd 100644 (file)
@@ -1,5 +1,8 @@
 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
 
+       * keymap.c (Fsingle_key_description): Replace a build_string with
+       a make_multibyte_string.  From Kenichi Handa <handa@etl.go.jp>.
+
        * fontset.c (Ffontset_info): Check that face is non-null
        before accessing its fields.