[emacs-w3m:13500] [emacs-w3m/emacs-w3m] Don't byte-compile mime-w3m.el when SEMI is not installed (#64)
Tatsuya Kinoshita <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/pull/[email protected]> |
When FLIM is installed and SEMI is not, `make` causes the
following error.
```
Compiling mime-w3m.el...
In toplevel form:
mime-w3m.el:37:1:Error: Cannot open load file: No such file or directory, mime-view
```
With the recent commit b5ec8774 on 2019-06-17, mime-w3m.el requires
SEMI's mime-view.el instead of FLIM's one, so I've added a check for
mime-view.el existence.
You can view, comment on, or merge this pull request online at:
https://github.com/emacs-w3m/emacs-w3m/pull/64
-- Commit Summary --
* Don't byte-compile mime-w3m.el when SEMI is not installed
-- File Changes --
M ChangeLog (5)
M w3mhack.el (3)
-- Patch Links --
https://github.com/emacs-w3m/emacs-w3m/pull/64.patch
https://github.com/emacs-w3m/emacs-w3m/pull/64.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/emacs-w3m/emacs-w3m/pull/64