1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-05-16 12:18:53 +00:00
parent a7be34e5f6
commit 1b7818b44c
2 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,9 @@
2001-05-16 Gerd Moellmann <gerd@gnu.org>
* textmodes/outline.el (outline-font-lock-level): Remove the
condition-case, test what outline-level returns instead, to ease
debugging.
* 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.

View File

@ -1,5 +1,10 @@
2001-05-16 Gerd Moellmann <gerd@gnu.org>
* buffer.c (copy_overlays): New function.
(clone_per_buffer_values): Use it.
* buffer.h (OVERLAY_PLIST): New macro.
* keymap.c (Fsingle_key_description): Replace a build_string with
a make_multibyte_string. From Kenichi Handa <handa@etl.go.jp>.