diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-20 16:10:01 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-20 16:10:01 -0200 |
commit | a56f77ba8d990e0bf0333b5b93b9cdd1bf55b33f (patch) | |
tree | 144199c14618255873f6ef5228e927ac72c195b3 /sx-question-print.el | |
parent | 0c380f42cf56e64d3b4446b6168fa8028760d8c5 (diff) |
Handle utf-8 encoding the right way.
Diffstat (limited to 'sx-question-print.el')
-rw-r--r-- | sx-question-print.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sx-question-print.el b/sx-question-print.el index 2f07132..b58a84a 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -182,9 +182,6 @@ QUESTION must be a data structure returned by `json-read'." (mapc #'sx-question-mode--print-section .answers)) (insert "\n\n ") (insert-text-button "Write an Answer" :type 'sx-button-answer) - ;; Display weird chars correctly - (set-buffer-multibyte nil) - (set-buffer-multibyte t) ;; Go up (goto-char (point-min)) (sx-question-mode-next-section)) |