diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-03-02 22:09:35 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-03-02 22:09:35 +0000 |
commit | 1728fbc1873171777bdd351b9c177720c1e048b2 (patch) | |
tree | d8afc76de3558a1d2539aeec04c9826d84faa01d /sx-question-mode.el | |
parent | 15f8ff56312f16f79a2520c08a184f8d79732d1f (diff) | |
parent | 1e8299a933e115c41d81f00948074085d961e47c (diff) |
Merge pull request #260 from vermiculus/print-question-without-temp-buffer
Print question without temp buffer + async images!
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 2e06de6..561ae23 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -245,7 +245,7 @@ on the current buffer use (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 |