aboutsummaryrefslogtreecommitdiff
path: root/sx-question-print.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-12-22 20:52:29 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-12-22 20:52:29 -0200
commitfd0cc3edd58cc4fec045628ee2a73902571621cc (patch)
tree455d5669e60025809cbd90ff304fff175750d789 /sx-question-print.el
parentaa9002f4dbf29d6c4e9acb551d4340410bc22e50 (diff)
parent845cd697b1326f8c270dd2c76a6c120d3196428b (diff)
Merge branch 'master' into inbox
Conflicts: sx-interaction.el
Diffstat (limited to 'sx-question-print.el')
-rw-r--r--sx-question-print.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/sx-question-print.el b/sx-question-print.el
index 98d3308..07378e8 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))