mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-24 19:03:29 +00:00
(mm-enable-multibyte): Call set-buffer-multibyte with the arg `to'.
This commit is contained in:
parent
6d2b6635c8
commit
473ad4a5aa
@ -355,7 +355,7 @@ used as the line break code type of the coding system."
|
||||
"Set the multibyte flag of the current buffer.
|
||||
Only do this if the default value of `enable-multibyte-characters' is
|
||||
non-nil. This is a no-op in XEmacs."
|
||||
(set-buffer-multibyte t))
|
||||
(set-buffer-multibyte 'to))
|
||||
(defalias 'mm-enable-multibyte 'ignore))
|
||||
|
||||
(if mm-emacs-mule
|
||||
|
Loading…
Reference in New Issue
Block a user