Mercurial > emacs
changeset 37754:c65dae846352
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 16 May 2001 12:18:53 +0000 |
parents | 3384f5e9fc90 |
children | cf803b8f08ad |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed May 16 12:18:18 2001 +0000 +++ b/lisp/ChangeLog Wed May 16 12:18:53 2001 +0000 @@ -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.
--- a/src/ChangeLog Wed May 16 12:18:18 2001 +0000 +++ b/src/ChangeLog Wed May 16 12:18:53 2001 +0000 @@ -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>.