(set-buffer-multibyte): Use `defun-maybe' instead of `defsubst-maybe'.
authormorioka <morioka>
Thu, 17 Sep 1998 16:27:53 +0000 (16:27 +0000)
committermorioka <morioka>
Thu, 17 Sep 1998 16:27:53 +0000 (16:27 +0000)
poem-e20_2.el

index 340115a..908a20e 100644 (file)
@@ -31,7 +31,7 @@
 ;;; @ buffer representation
 ;;;
 
-(defsubst-maybe set-buffer-multibyte (flag)
+(defun-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.