Load gnus-art when compiling

Commit edce635416 only loads it
dynamically when executing the function mu4e~view-gnus but as a
consequence many variables are undefined at compile time and, more
importantly, it is no longer possible to override the variable
gnus-display-mime-function with a let binding before calling
gnus-article-prepare-display
This commit is contained in:
Christophe Troestler 2020-01-27 15:24:39 +01:00
parent 17e1dc2b17
commit 8e3f7ba64a
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
(require 'mu4e-actions)
(require 'mu4e-message)
(eval-when-compile (require 'gnus-art))
(require 'comint)
(require 'browse-url)
(require 'button)