* mu4e: fix byte-compilation warnings

This commit is contained in:
djcb
2012-06-10 16:14:21 +03:00
parent 45d3d8b4f5
commit 8b4dd81581
5 changed files with 19 additions and 8 deletions

View File

@ -36,8 +36,10 @@
;; we prefer the improved fill-region
(require 'filladapt nil 'noerror)
(require 'comint)
(require 'cl)
(eval-when-compile (byte-compile-disable-warning 'cl-functions))
(require 'cl)
;; the message view
(defgroup mu4e-view nil
"Settings for the message view."