diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-13 15:47:46 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-13 15:47:46 +0000 |
commit | 1576a556a9634826f0720adacc73ee72882c02f6 (patch) | |
tree | ea4e5836751e36bbea0e17f4e18a7dc0c2876da5 | |
parent | 6aaa87a1f8c169bd7fa744e96b8729cd196ed07f (diff) |
Add a newline
-rw-r--r-- | sx-question-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index 720abae..8ac2e57 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -235,6 +235,7 @@ DATA can represent a question or an answer." ;; Answers (when .comments (insert + "\n" (propertize sx-question-mode-comments-title 'font-lock-face 'sx-question-mode-title |