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

index 3a64188..36ca148 100644 (file)
 
 ;;; 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
 ;;;