(set-buffer-multibyte): Use `defsubst-maybe' instead of
authormorioka <morioka>
Sat, 20 Jun 1998 19:36:15 +0000 (19:36 +0000)
committermorioka <morioka>
Sat, 20 Jun 1998 19:36:15 +0000 (19:36 +0000)
`defmacro-maybe'.

emu-x20.el

index 5edba28..e63cda3 100644 (file)
@@ -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