From: Lars Ingebrigtsen <larsi@gnus.org> Date: Wed, 17 Nov 2021 07:14:23 +0000 (+0100) Subject: Fix mh-mime build problem X-Git-Tag: emacs-29.0.90~2852^2~238 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e67cf41e3a15d81812b4098ce06f5badee74a3f;p=emacs.git Fix mh-mime build problem * lisp/mh-e/mh-mime.el (mh-acros): Require to get mh-dlet*. --- diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index 3698dd33ec9..714bf029bb7 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el @@ -39,6 +39,7 @@ ;;; Code: (require 'mh-e) +(require 'mh-acros) (require 'mh-gnus) ;needed because mh-gnus.el not compiled (require 'font-lock)