From 77a28ef48207b9d0f640f62675415a8b2fea4561 Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 17 Apr 1998 00:51:41 +0000 Subject: [PATCH] (set-buffer-multibyte): New function. --- emu-e20_2.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/emu-e20_2.el b/emu-e20_2.el index 3781a81..65bd360 100644 --- a/emu-e20_2.el +++ b/emu-e20_2.el @@ -28,6 +28,16 @@ ;;; Code: +(defsubst-maybe set-buffer-multibyte (flag) + "Set the multibyte flag of the current buffer to FLAG. +If FLAG is t, this makes the buffer a multibyte buffer. +If FLAG is nil, this makes the buffer a single-byte buffer. +The buffer contents remain unchanged as a sequence of bytes +but the contents viewed as characters do change." + (setq enable-multibyte-characters flag) + ) + + ;;; @ character ;;; -- 1.7.10.4