From: morioka Date: Fri, 5 Jun 1998 11:25:27 +0000 (+0000) Subject: Move `set-buffer-multibyte' to emu.el. X-Git-Tag: apel-8_14~22 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=23c6b4829c0f5ab5bf4c2a32078eed0212c14883;p=elisp%2Fapel.git Move `set-buffer-multibyte' to emu.el. --- diff --git a/emu-e20_2.el b/emu-e20_2.el index 3a64188..36ca148 100644 --- a/emu-e20_2.el +++ b/emu-e20_2.el @@ -28,16 +28,6 @@ ;;; 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 ;;;