From 5ba0b9d84b4d87a91280b7ad735f865b22e254cd Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 19 Oct 1998 18:32:31 +0000 Subject: [PATCH] Abolish function `char-list-to-string'. --- poe-18.el | 9 --------- 1 file changed, 9 deletions(-) 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 ;;; -- 1.7.10.4