From: Bill Wohler Date: Tue, 11 Jul 2023 03:41:57 +0000 (-0700) Subject: Fix mh-show-msg: Symbol’s value as variable is void: mh-mm-inline-media-tests X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a92ee5ca3cf20b9a6c38c86e7f151a2020500eff;p=emacs.git Fix mh-show-msg: Symbol’s value as variable is void: mh-mm-inline-media-tests * lisp/mh-e/mh-show.el: Require mh-mime --- diff --git a/lisp/mh-e/mh-show.el b/lisp/mh-e/mh-show.el index 54d986edc1e..8a26ab6d81e 100644 --- a/lisp/mh-e/mh-show.el +++ b/lisp/mh-e/mh-show.el @@ -29,6 +29,7 @@ ;;; Code: (require 'mh-e) +(require 'mh-mime) (require 'mh-scan) ;; Dynamically-created function not found in mh-loaddefs.el.