projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56cd160
)
* poem-xm.el (string-to-char-list): Revive it again.
author
yamaoka
<yamaoka>
Tue, 30 Apr 2002 05:49:56 +0000
(
05:49
+0000)
committer
yamaoka
<yamaoka>
Tue, 30 Apr 2002 05:49:56 +0000
(
05:49
+0000)
ChangeLog
patch
|
blob
|
history
poem-xm.el
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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
diff --git
a/poem-xm.el
b/poem-xm.el
index
eb36c98
..
798ce14
100644
(file)
--- a/
poem-xm.el
+++ b/
poem-xm.el
@@
-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)