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:
5815706
)
Abolish function `char-list-to-string'.
author
morioka
<morioka>
Mon, 19 Oct 1998 18:32:31 +0000
(18:32 +0000)
committer
morioka
<morioka>
Mon, 19 Oct 1998 18:32:31 +0000
(18:32 +0000)
poe-18.el
patch
|
blob
|
history
diff --git
a/poe-18.el
b/poe-18.el
index
4c4a830
..
798ec84
100644
(file)
--- a/
poe-18.el
+++ b/
poe-18.el
@@
-418,15
+418,6
@@
With optional non-nil ALL, force redisplay of all mode-lines.
))
-;;; @ string
-;;;
-
-(defun char-list-to-string (char-list)
- "Convert list of character CHAR-LIST to string. [poe-18.el]"
- (mapconcat (function char-to-string) char-list "")
- )
-
-
;;; @ buffer
;;;