From: tomo Date: Sat, 28 Apr 2012 19:13:23 +0000 (+0000) Subject: (semi-modules-to-compile): Add `mime-mac' if running with Mac OS X. X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fsemi.git;a=commitdiff_plain;h=b31d0b14648c0ed9cdb41b7d29018627e38d8658 (semi-modules-to-compile): Add `mime-mac' if running with Mac OS X. --- diff --git a/SEMI-ELS b/SEMI-ELS index 448caf3..1d5dca7 100644 --- a/SEMI-ELS +++ b/SEMI-ELS @@ -36,6 +36,10 @@ (nconc semi-modules-to-compile '(mime-image))) ) +(when (eq system-type 'darwin) + (setq semi-modules-to-compile + (nconc semi-modules-to-compile '(mime-mac)))) + (setq semi-modules (append semi-modules-to-compile semi-modules-not-to-compile))