Skip to content

Commit 67b8d76

Browse files
author
Danny McClanahan
committed
fix require 'eww in testing
1 parent 3105c30 commit 67b8d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/markdown-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3739,7 +3739,7 @@ Detail: https://github.com/jrblevin/markdown-mode/issues/79"
37393739

37403740
(defmacro markdown-temp-eww (&rest body)
37413741
`(progn
3742-
,@(if (featurep 'eww) body
3742+
,@(if (require 'eww nil t) body
37433743
`((ad-enable-advice #'markdown-live-preview-window-eww
37443744
'around 'markdown-create-fake-eww)
37453745
(ad-activate #'markdown-live-preview-window-eww)

0 commit comments

Comments
 (0)