From: morioka Date: Thu, 17 Sep 1998 16:27:53 +0000 (+0000) Subject: (set-buffer-multibyte): Use `defun-maybe' instead of `defsubst-maybe'. X-Git-Tag: poe-199811302358~17 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8cde36a6431778b3492e54cc71d2940176c28a32;p=elisp%2Fapel.git (set-buffer-multibyte): Use `defun-maybe' instead of `defsubst-maybe'. --- diff --git a/poem-e20_2.el b/poem-e20_2.el index 340115a..908a20e 100644 --- a/poem-e20_2.el +++ b/poem-e20_2.el @@ -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.