projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
202dd65
)
Require 'cl when it is compiled.
author
shuhei-k
<shuhei-k>
Fri, 19 Jun 1998 14:13:14 +0000
(14:13 +0000)
committer
shuhei-k
<shuhei-k>
Fri, 19 Jun 1998 14:13:14 +0000
(14:13 +0000)
mime-def.el
patch
|
blob
|
history
diff --git
a/mime-def.el
b/mime-def.el
index
6bab5a4
..
f5d3624
100644
(file)
--- a/
mime-def.el
+++ b/
mime-def.el
@@
-32,6
+32,8
@@
(require 'custom)
+(eval-when-compile (require 'cl))
+
(defgroup mime nil
"Emacs MIME Interfaces"
:group 'news
@@
-93,8
+95,7
@@
(defconst std11-quoted-string-regexp
(concat "\""
(regexp-*
- (regexp-or std11-qtext-regexp std11-quoted-pair-regexp)
- )
+ (regexp-or std11-qtext-regexp std11-quoted-pair-regexp))
"\""))