From a92ee5ca3cf20b9a6c38c86e7f151a2020500eff Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Mon, 10 Jul 2023 20:41:57 -0700 Subject: [PATCH] =?utf8?q?Fix=20mh-show-msg:=20Symbol=E2=80=99s=20value=20?= =?utf8?q?as=20variable=20is=20void:=20mh-mm-inline-media-tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * lisp/mh-e/mh-show.el: Require mh-mime --- lisp/mh-e/mh-show.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5