From 0bc0adf1b5c93795ca814f3f123405d2782088f8 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Sun, 28 Jan 2018 19:05:36 -0600 Subject: Update copyrights --- sx-question-print.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sx-question-print.el') diff --git a/sx-question-print.el b/sx-question-print.el index 0d694c6..22226b3 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -1,6 +1,6 @@ ;;; sx-question-print.el --- populating the question-mode buffer with content -*- lexical-binding: t; -*- -;; Copyright (C) 2014 Artur Malabarba +;; Copyright (C) 2014-2018 Artur Malabarba ;; Author: Artur Malabarba @@ -484,7 +484,7 @@ font-locks code-blocks according to mode." "\f\\|[ \t]*$\\|[ \t]*[*+-] \\|[ \t]*[0-9]+\\.[ \t]\\|[ \t]*: ") (paragraph-separate "\\(?:[ \t\f]*\\|.* \\)$") (adaptive-fill-first-line-regexp "\\`[ \t]*>[ \t]*?\\'") - (adaptive-fill-function #'markdown-adaptive-fill-function)) + (adaptive-fill-function #'markdown-adaptive-fill-function)) (save-restriction (narrow-to-region beg end) ;; html tags can span many paragraphs, so we handle them -- cgit v1.2.3