From 31b051e52950aa57c025f13650d4af430b6ef343 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Wed, 4 Mar 2015 11:00:49 -0300 Subject: Hotfix paragraph-separate --- sx-question-print.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sx-question-print.el b/sx-question-print.el index dd1c151..634b66d 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -447,7 +447,7 @@ font-locks code-blocks according to mode." ;; Paragraph filling (let ((paragraph-start "\f\\|[ \t]*$\\|[ \t]*[*+-] \\|[ \t]*[0-9]+\\.[ \t]\\|[ \t]*: ") - (paragraph-separate "\\(?:[ \t\f]*\\|.* \\)$") + (paragraph-separate "\\(?:[ \t\f]*\\|.* \\)$") (adaptive-fill-first-line-regexp "\\`[ \t]*>[ \t]*?\\'") (adaptive-fill-function #'markdown-adaptive-fill-function)) (save-restriction -- cgit v1.2.3