@@ -3836,7 +3836,7 @@ Detail: https://github.com/jrblevin/markdown-mode/issues/79"
3836
3836
'markdown-test-set-window-width )
3837
3837
(ad-activate #'eww-open-file ))
3838
3838
`(progn
3839
- (ad-enable-advice #'get-buffer-create 'before
3839
+ (ad-enable-advice #'get-buffer-create 'before
3840
3840
'markdown-set-window-width-mock )
3841
3841
(ad-activate #'get-buffer-create )
3842
3842
,@body
@@ -3877,8 +3877,8 @@ Detail: https://github.com/jrblevin/markdown-mode/issues/79"
3877
3877
(markdown-initial-window-create-advice
3878
3878
(if markdown-live-preview-do-sync
3879
3879
(markdown-live-preview-sync-export)
3880
- (markdown-live-preview-async-export))
3881
- (markdown-test/live-preview-wait)
3880
+ (markdown-live-preview-async-export)
3881
+ (markdown-test/live-preview-wait) )
3882
3882
(should (eq t markdown-test-hit-advice))
3883
3883
(setq markdown-test-hit-advice nil ))
3884
3884
(setq markdown-test-eww-window
@@ -3887,8 +3887,8 @@ Detail: https://github.com/jrblevin/markdown-mode/issues/79"
3887
3887
(with-selected-window (get-buffer-window md-buf)
3888
3888
(if markdown-live-preview-do-sync
3889
3889
(markdown-live-preview-sync-export)
3890
- (markdown-live-preview-async-export))
3891
- (markdown-test/live-preview-wait)
3890
+ (markdown-live-preview-async-export)
3891
+ (markdown-test/live-preview-wait) )
3892
3892
; ; at this point, `eww-render' should have finished, and eww should
3893
3893
; ; have redisplayed. the advice checks that, since there was a
3894
3894
; ; single window displaying the *eww* buffer, that window was used
0 commit comments