aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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."))