projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
182a508
)
(string-as-multibyte): New macro (Emacs 20.3 emulating macro).
author
morioka
<morioka>
Sat, 9 May 1998 00:24:20 +0000
(
00:24
+0000)
committer
morioka
<morioka>
Sat, 9 May 1998 00:24:20 +0000
(
00:24
+0000)
emu.el
patch
|
blob
|
history
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
;;;