Skip to content

Commit

Permalink
fix require 'eww in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny McClanahan committed Jan 10, 2016
1 parent b6b34a0 commit 17b4718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/markdown-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -3290,7 +3290,7 @@ indented the same amount."

(defmacro markdown-temp-eww (&rest body)
`(progn
,@(if (featurep 'eww) body
,@(if (require 'eww nil t) body
`((ad-enable-advice #'markdown-live-preview-window-eww
'around 'markdown-create-fake-eww)
(ad-activate #'markdown-live-preview-window-eww)
Expand Down

0 comments on commit 17b4718

Please sign in to comment.