diff options
| author | Bill Wohler | 2023-07-10 20:41:57 -0700 |
|---|---|---|
| committer | Bill Wohler | 2023-07-10 20:50:41 -0700 |
| commit | a92ee5ca3cf20b9a6c38c86e7f151a2020500eff (patch) | |
| tree | d554855181bebd046bb3a0e44628808e2c55d2ff | |
| parent | 3b7273f4ae3623962c5d5fdc922a62af1136f448 (diff) | |
| download | emacs-a92ee5ca3cf20b9a6c38c86e7f151a2020500eff.tar.gz emacs-a92ee5ca3cf20b9a6c38c86e7f151a2020500eff.zip | |
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
| -rw-r--r-- | lisp/mh-e/mh-show.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
| 29 | ;;; Code: | 29 | ;;; Code: |
| 30 | 30 | ||
| 31 | (require 'mh-e) | 31 | (require 'mh-e) |
| 32 | (require 'mh-mime) | ||
| 32 | (require 'mh-scan) | 33 | (require 'mh-scan) |
| 33 | 34 | ||
| 34 | ;; Dynamically-created function not found in mh-loaddefs.el. | 35 | ;; Dynamically-created function not found in mh-loaddefs.el. |