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:
71258b6
)
(char-list-to-string): New function.
author
morioka
<morioka>
Mon, 19 Oct 1998 18:34:19 +0000
(18:34 +0000)
committer
morioka
<morioka>
Mon, 19 Oct 1998 18:34:19 +0000
(18:34 +0000)
emu.el
patch
|
blob
|
history
diff --git
a/emu.el
b/emu.el
index
8dc9928
..
030900c
100644
(file)
--- a/
emu.el
+++ b/
emu.el
@@
-82,6
+82,10
@@
(require 'poem)
(require 'mcharset)
+(defsubst char-list-to-string (char-list)
+ "Convert list of character CHAR-LIST to string."
+ (apply (function string) char-list))
+
(cond ((featurep 'mule)
(cond ((featurep 'xemacs) ; for XEmacs with MULE
;; old Mule emulating aliases