* poem-xm.el (string-to-char-list): Remove. It is restored in XEmacs CVS.
authoryamaoka <yamaoka>
Thu, 25 Apr 2002 06:22:23 +0000 (06:22 +0000)
committeryamaoka <yamaoka>
Thu, 25 Apr 2002 06:22:23 +0000 (06:22 +0000)
ChangeLog
poem-xm.el

index f1e382f..d710032 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * poem-xm.el (string-to-char-list): Remove.  It is restored in
+       XEmacs CVS.
+
 2002-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * poem-xm.el (char-length): New function.
index 798ce14..eb36c98 100644 (file)
@@ -79,9 +79,6 @@ but the contents viewed as characters do change.
 (defun-maybe string-to-int-list (str)
   (mapcar #'char-int str))
 
-(defun-maybe string-to-char-list (str)
-  (mapcar #'identity str))
-
 (defalias 'looking-at-as-unibyte 'looking-at)