From: shuhei-k Date: Fri, 19 Jun 1998 14:13:14 +0000 (+0000) Subject: Require 'cl when it is compiled. X-Git-Tag: flim-1_5_0~48 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fflim.git;a=commitdiff_plain;h=f57e5118d6bf9c0842b354d4563aef1e155350c9 Require 'cl when it is compiled. --- diff --git a/mime-def.el b/mime-def.el index 6bab5a4..f5d3624 100644 --- 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)) "\""))