From 1b7818b44c28a9b37a3ca4193013ebfea377059b Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 16 May 2001 12:18:53 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 4 ++++ src/ChangeLog | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f72b57946d0..fde4307c11d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2001-05-16 Gerd Moellmann + * 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. diff --git a/src/ChangeLog b/src/ChangeLog index 2e06bfbfb56..d88b38f66b8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2001-05-16 Gerd Moellmann + * 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 . -- 2.39.5