Require 'cl when it is compiled.
authorshuhei-k <shuhei-k>
Fri, 19 Jun 1998 14:13:14 +0000 (14:13 +0000)
committershuhei-k <shuhei-k>
Fri, 19 Jun 1998 14:13:14 +0000 (14:13 +0000)
mime-def.el

index 6bab5a4..f5d3624 100644 (file)
@@ -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))
          "\""))