aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sx-question-list.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/sx-question-list.el b/sx-question-list.el
index 92b4c07..d10309f 100644
--- a/sx-question-list.el
+++ b/sx-question-list.el
@@ -420,6 +420,10 @@ Non-interactively, DATA is a question alist."
"Site being displayed in the *question-list* buffer.")
(make-variable-buffer-local 'sx-question-list--site)
+(defvar sx-question-list--order nil
+ "Order being displayed in the *question-list* buffer.")
+(make-variable-buffer-local 'sx-question-list--order)
+
(defun sx-question-list-refresh (&optional redisplay no-update)
"Update the list of questions.
If REDISPLAY is non-nil (or if interactive), also call `tabulated-list-print'.