projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e2168c
)
Abolish 'symbol-concat because it is not used.
author
morioka
<morioka>
Sun, 10 May 1998 00:51:34 +0000
(
00:51
+0000)
committer
morioka
<morioka>
Sun, 10 May 1998 00:51:34 +0000
(
00:51
+0000)
mime-parse.el
patch
|
blob
|
history
diff --git
a/mime-parse.el
b/mime-parse.el
index
ea75f65
..
c460932
100644
(file)
--- a/
mime-parse.el
+++ b/
mime-parse.el
@@
-28,16
+28,6
@@
(require 'std11)
(require 'mime-def)
-(defsubst symbol-concat (&rest args)
- "Return a symbol whose name is concatenation of arguments ARGS
-which are string or symbol."
- (intern (mapconcat (function
- (lambda (s)
- (cond ((symbolp s) (symbol-name s))
- ((stringp s) s)
- )))
- args "")))
-
;;; @ field parser
;;;