mu4e: Replace cl with cl-lib

This commit is contained in:
Alex Branham
2018-09-17 19:53:27 -05:00
parent 53c1b0a069
commit 2674ca5583
14 changed files with 98 additions and 118 deletions

View File

@ -28,6 +28,8 @@
(require 'mu4e-utils) ;; utility functions
(require 'mu4e-context) ;; the context
(eval-when-compile
(require 'cl))
(defconst mu4e~main-buffer-name " *mu4e-main*"
"*internal* Name of the mu4e main view buffer.")