From 0f22e8b82094795744b2730b7d30c0639fc6a9eb Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 9 May 1998 00:24:20 +0000 Subject: [PATCH] (string-as-multibyte): New macro (Emacs 20.3 emulating macro). --- emu.el | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ;;; -- 1.7.10.4