Skip to content

Commit

Permalink
Run markdown-open-command asynchronously
Browse files Browse the repository at this point in the history
Closes GH-248.
  • Loading branch information
jrblevin committed Oct 18, 2017
1 parent 61148d8 commit 1af5be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -7838,7 +7838,7 @@ update this buffer's contents."
(if (not buffer-file-name)
(user-error "Must be visiting a file")
(save-buffer)
(call-process markdown-open-command nil nil nil buffer-file-name))
(call-process markdown-open-command nil 0 nil buffer-file-name))
(funcall markdown-open-command))
nil)

Expand Down

0 comments on commit 1af5be6

Please sign in to comment.