Skip to content

Commit 17b4718

Browse files
author
Danny McClanahan
committed
fix require 'eww in testing
1 parent b6b34a0 commit 17b4718

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
@@ -3290,7 +3290,7 @@ indented the same amount."
32903290

32913291
(defmacro markdown-temp-eww (&rest body)
32923292
`(progn
3293-
,@(if (featurep 'eww) body
3293+
,@(if (require 'eww nil t) body
32943294
`((ad-enable-advice #'markdown-live-preview-window-eww
32953295
'around 'markdown-create-fake-eww)
32963296
(ad-activate #'markdown-live-preview-window-eww)

0 commit comments

Comments
 (0)