From: morioka Date: Sat, 20 Jun 1998 19:36:15 +0000 (+0000) Subject: (set-buffer-multibyte): Use `defsubst-maybe' instead of X-Git-Tag: apel-8_16~53 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b68041c24f73535e46a16213b239a9f6d096df50;p=elisp%2Fapel.git (set-buffer-multibyte): Use `defsubst-maybe' instead of `defmacro-maybe'. --- diff --git a/emu-x20.el b/emu-x20.el index 5edba28..e63cda3 100644 --- a/emu-x20.el +++ b/emu-x20.el @@ -203,14 +203,14 @@ find-file-hooks, etc. ;;; @ buffer representation ;;; -(defmacro-maybe set-buffer-multibyte (flag) +(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 macro]" - ) +\[Emacs 20.3 emulating function]" + flag) ;;; @ character