From: morioka Date: Sat, 9 May 1998 00:24:20 +0000 (+0000) Subject: (string-as-multibyte): New macro (Emacs 20.3 emulating macro). X-Git-Tag: apel-8_11~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0f22e8b82094795744b2730b7d30c0639fc6a9eb;p=elisp%2Fapel.git (string-as-multibyte): New macro (Emacs 20.3 emulating macro). --- diff --git a/emu.el b/emu.el index cef7aea..dfc33b1 100644 --- 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 ;;;