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

index 4c4a830..798ec84 100644 (file)
--- a/poe-18.el
+++ b/poe-18.el
@@ -418,15 +418,6 @@ With optional non-nil ALL, force redisplay of all mode-lines.
     ))
 
 
-;;; @ string
-;;;
-
-(defun char-list-to-string (char-list)
-  "Convert list of character CHAR-LIST to string. [poe-18.el]"
-  (mapconcat (function char-to-string) char-list "")
-  )
-
-
 ;;; @ buffer
 ;;;