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:
parent
a7be34e5f6
commit
1b7818b44c
@ -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.
|
||||
|
@ -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>.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user