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:
b9df31c
)
* poem-xm.el (string-to-char-list): Remove. It is restored in XEmacs CVS.
author
yamaoka
<yamaoka>
Thu, 25 Apr 2002 06:22:23 +0000
(06:22 +0000)
committer
yamaoka
<yamaoka>
Thu, 25 Apr 2002 06:22:23 +0000
(06:22 +0000)
ChangeLog
patch
|
blob
|
history
poem-xm.el
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/poem-xm.el
b/poem-xm.el
index
798ce14
..
eb36c98
100644
(file)
--- a/
poem-xm.el
+++ b/
poem-xm.el
@@
-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)