]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix mh-show-msg: Symbol’s value as variable is void: mh-mm-inline-media-tests
authorBill Wohler <wohler@newt.com>
Tue, 11 Jul 2023 03:41:57 +0000 (20:41 -0700)
committerBill Wohler <wohler@newt.com>
Tue, 11 Jul 2023 03:50:41 +0000 (20:50 -0700)
* lisp/mh-e/mh-show.el: Require mh-mime

lisp/mh-e/mh-show.el

index 54d986edc1ecb8de4dcb95fec814bd935b9101ad..8a26ab6d81eb3b6387d33e143c32443e2732cec4 100644 (file)
@@ -29,6 +29,7 @@
 ;;; Code:
 
 (require 'mh-e)
+(require 'mh-mime)
 (require 'mh-scan)
 
 ;; Dynamically-created function not found in mh-loaddefs.el.