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:
166194f
)
(regexp-or): Moved from semi-def.el.
author
morioka
<morioka>
Fri, 10 Apr 1998 00:40:17 +0000
(
00:40
+0000)
committer
morioka
<morioka>
Fri, 10 Apr 1998 00:40:17 +0000
(
00:40
+0000)
mime-parse.el
patch
|
blob
|
history
diff --git
a/mime-parse.el
b/mime-parse.el
index
493bbcb
..
ac77bff
100644
(file)
--- a/
mime-parse.el
+++ b/
mime-parse.el
@@
-45,6
+45,9
@@
which are string or symbol."
(defsubst regexp-* (regexp)
(concat regexp "*"))
+(defsubst regexp-or (&rest args)
+ (concat "\\(" (mapconcat (function identity) args "\\|") "\\)"))
+
(defconst rfc822/quoted-pair-regexp "\\\\.")
(defconst rfc822/qtext-regexp
(concat "[^" (char-list-to-string std11-non-qtext-char-list) "]"))