[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master a92ee5ca3cf 1/2: Fix mh-show-msg: Symbol’s value as variable is
|
From: |
Bill Wohler |
|
Subject: |
master a92ee5ca3cf 1/2: Fix mh-show-msg: Symbol’s value as variable is void: mh-mm-inline-media-tests |
|
Date: |
Mon, 10 Jul 2023 23:51:22 -0400 (EDT) |
branch: master
commit a92ee5ca3cf20b9a6c38c86e7f151a2020500eff
Author: Bill Wohler <wohler@newt.com>
Commit: Bill Wohler <wohler@newt.com>
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
---
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.