Abolish 'symbol-concat because it is not used.
authormorioka <morioka>
Sun, 10 May 1998 00:51:34 +0000 (00:51 +0000)
committermorioka <morioka>
Sun, 10 May 1998 00:51:34 +0000 (00:51 +0000)
mime-parse.el

index ea75f65..c460932 100644 (file)
 (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
 ;;;