From db75bd64cd85cb4515ab36afeb04b54722ff0a06 Mon Sep 17 00:00:00 2001 From: "George D. Plymale II" Date: Sun, 21 May 2017 20:57:54 -0400 Subject: Updated markdown-code-at-point-p to markdown-inline-code-at-point-p markdown-code-at-point-p was renamed in this commit: https://github.com/jrblevin/markdown-mode/commit/8cc6e00f9df400b40c3945189e4b44fcce7caae2 --- sx-question-print.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sx-question-print.el') diff --git a/sx-question-print.el b/sx-question-print.el index 6599532..4ab6cfd 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -572,7 +572,7 @@ font-locks code-blocks according to mode." "Return non-nil if point is inside code. This can be inline Markdown code or a Markdown code-block." (save-match-data - (or (markdown-code-at-point-p) + (or (markdown-inline-code-at-point-p) (save-excursion (sx-question-mode--skip-and-fontify-pre 'dont-fontify))))) -- cgit v1.2.3