* poem-xm.el (string-to-char-list): Revive it again.
authoryamaoka <yamaoka>
Tue, 30 Apr 2002 05:49:56 +0000 (05:49 +0000)
committeryamaoka <yamaoka>
Tue, 30 Apr 2002 05:49:56 +0000 (05:49 +0000)
ChangeLog
poem-xm.el

index d710032..ceb008d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * poem-xm.el (string-to-char-list): Revived it again.
+
 2002-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * poem-xm.el (string-to-char-list): Remove.  It is restored in
index eb36c98..798ce14 100644 (file)
@@ -79,6 +79,9 @@ 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)