aboutsummaryrefslogtreecommitdiff
path: root/sx-question-list.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-05-02 12:40:04 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-05-02 12:40:04 +0100
commit372da7eaba1917b3df975c2743518eeceb567d3a (patch)
tree94169e4e8021a45ffc01c059b0e48213b4d33ea4 /sx-question-list.el
parent2255c9dd3804a4caaeeca5f6dad71f0e4c366ac9 (diff)
Get rid of left-over set-buffer-multibyte
Diffstat (limited to 'sx-question-list.el')
-rw-r--r--sx-question-list.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/sx-question-list.el b/sx-question-list.el
index f7ef2ee..61841f8 100644
--- a/sx-question-list.el
+++ b/sx-question-list.el
@@ -502,10 +502,7 @@ a new list before redisplaying."
(sx-question-list--remove-excluded-tags
sx-question-list--dataset)))
(when redisplay
- (tabulated-list-print 'remember)
- ;; Display weird chars correctly
- (set-buffer-multibyte nil)
- (set-buffer-multibyte t))
+ (tabulated-list-print 'remember))
(when window
(set-window-start window old-start)))
(sx-message "Done."))