From: morioka Date: Mon, 19 Oct 1998 18:32:31 +0000 (+0000) Subject: Abolish function `char-list-to-string'. X-Git-Tag: apel-9_5~22 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5ba0b9d84b4d87a91280b7ad735f865b22e254cd;p=elisp%2Fapel.git Abolish function `char-list-to-string'. --- diff --git a/poe-18.el b/poe-18.el index 4c4a830..798ec84 100644 --- 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 ;;;