Move `set-buffer-multibyte' to emu-e20_2.el again.
authormorioka <morioka>
Fri, 5 Jun 1998 11:55:00 +0000 (11:55 +0000)
committermorioka <morioka>
Fri, 5 Jun 1998 11:55:00 +0000 (11:55 +0000)
emu.el

diff --git a/emu.el b/emu.el
index ebb93a2..bf1df70 100644 (file)
--- a/emu.el
+++ b/emu.el
@@ -289,16 +289,6 @@ If STRING is multibyte, the result is STRING itself.
 \[Emacs 20.3 emulating macro]"
   string)
 
-(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.
-\[Emacs 20.3 emulating function]"
-  (setq enable-multibyte-characters flag)
-  )
-
 
 ;;; @ XEmacs emulation
 ;;;