diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-11 15:01:16 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-11 15:01:16 +0000 |
commit | 285204874ce284bd4e2815c21097b678c4cd8cd6 (patch) | |
tree | 624a71671b70ae053c5382c99b92b0b176b7fd21 /sx-question-list.el | |
parent | 384855876c6fcb0048551ceed335805babc19b1f (diff) |
Define sx-question-list--order
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 4 |
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'. |