Abolish macro `char-list-to-string'.
authormorioka <morioka>
Mon, 19 Oct 1998 18:33:33 +0000 (18:33 +0000)
committermorioka <morioka>
Mon, 19 Oct 1998 18:33:33 +0000 (18:33 +0000)
poe-19.el
poe-xemacs.el

index 62995e6..fbbe7ed 100644 (file)
--- a/poe-19.el
+++ b/poe-19.el
     (point)))
 
 
-;;; @ string
-;;;
-
-(defmacro char-list-to-string (char-list)
-  "Convert list of character CHAR-LIST to string."
-  (` (mapconcat (function char-to-string)
-               (, char-list)
-               "")))
-
-
 ;;; @ end
 ;;;
 
index 475dccc..119f639 100644 (file)
     )
 
 
-;;; @ string
-;;;
-
-(defmacro char-list-to-string (char-list)
-  "Convert list of character CHAR-LIST to string. [poe-xemacs.el]"
-  `(mapconcat #'char-to-string ,char-list ""))
-
-
-;;; @@ to avoid bug of XEmacs 19.14
+;;; @ to avoid bug of XEmacs 19.14
 ;;;
 
 (or (string-match "^../"