From b68041c24f73535e46a16213b239a9f6d096df50 Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 20 Jun 1998 19:36:15 +0000 Subject: [PATCH] (set-buffer-multibyte): Use `defsubst-maybe' instead of `defmacro-maybe'. --- emu-x20.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.10.4