From 71258b6964970cdecd1e4eef2b613fb5713f4197 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 19 Oct 1998 18:33:33 +0000 Subject: [PATCH] Abolish macro `char-list-to-string'. --- poe-19.el | 10 ---------- poe-xemacs.el | 10 +--------- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/poe-19.el b/poe-19.el index 62995e6..fbbe7ed 100644 --- a/poe-19.el +++ b/poe-19.el @@ -66,16 +66,6 @@ (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 ;;; diff --git a/poe-xemacs.el b/poe-xemacs.el index 475dccc..119f639 100644 --- a/poe-xemacs.el +++ b/poe-xemacs.el @@ -104,15 +104,7 @@ ) -;;; @ 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 "^../" -- 1.7.10.4