From a86a169f6f8595b13d023ac870981e4503642855 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 19 Oct 1998 18:34:19 +0000 Subject: [PATCH] (char-list-to-string): New function. --- emu.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emu.el b/emu.el index 8dc9928..030900c 100644 --- 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 -- 1.7.10.4