(set-buffer-multibyte): Use `defun-maybe' instead of `defmacro-maybe'.
authormorioka <morioka>
Thu, 17 Sep 1998 16:29:26 +0000 (16:29 +0000)
committermorioka <morioka>
Thu, 17 Sep 1998 16:29:26 +0000 (16:29 +0000)
poem-ltn1.el

index d4b8ab9..e209974 100644 (file)
@@ -27,7 +27,7 @@
 ;;; @ buffer representation
 ;;;
 
-(defmacro-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.