diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-12 20:32:39 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-12 20:32:39 -0200 |
commit | 25f8929c91050332f972dca42862e65bc22608b3 (patch) | |
tree | 499046ac5e9876e11a8a68c79c4d09524f0909eb /sx-question-mode.el | |
parent | 75c4a7d4e02e81c42a4914e2b798f60415a3b505 (diff) |
Refactor fill-and-fontify to sx-question-mode--insert-markdown
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index 6125416..44e96a5 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -195,7 +195,7 @@ Letters do not insert themselves; instead, they are commands. (set-window-parameter nil 'quit-restore `(other window nil ,(current-buffer)))) - ;; We call font-lock-region manually. See `sx-question-mode--fill-and-fontify' + ;; We call font-lock-region manually. See `sx-question-mode--insert-markdown'. (font-lock-mode -1) (remove-hook 'after-change-functions 'markdown-check-change-for-wiki-link t) (remove-hook 'window-configuration-change-hook |