(string-as-multibyte): New macro (Emacs 20.3 emulating macro).
authormorioka <morioka>
Sat, 9 May 1998 00:24:20 +0000 (00:24 +0000)
committermorioka <morioka>
Sat, 9 May 1998 00:24:20 +0000 (00:24 +0000)
emu.el

diff --git a/emu.el b/emu.el
index cef7aea..dfc33b1 100644 (file)
--- a/emu.el
+++ b/emu.el
@@ -274,6 +274,16 @@ Value is nil if OBJECT is not a buffer or if it has been killed.
              (list 'select-window 'save-selected-window-window))))
 
 
+;;; @ Emacs 20.3 emulation
+;;;
+
+(defmacro-maybe string-as-multibyte (string)
+  "Return a multibyte string with the same individual bytes as STRING.
+If STRING is multibyte, the result is STRING itself.
+\[Emacs 20.3 emulating macro]"
+  string)
+
+
 ;;; @ XEmacs emulation
 ;;;