diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 12:54:28 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 12:54:28 -0200 |
commit | 671dceecafb9cb48b739b7fb54bf2b71bbc7e32c (patch) | |
tree | c2f664b9f25466e6375a06ead9b2aa9ecc713558 | |
parent | 33d0e830929ef07f0e1aee84189fb8aec8d52f62 (diff) |
Make question-list--site buffer local.
Don't ask me why it wasn't already.
-rw-r--r-- | sx-question-list.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index c189ad8..9e08787 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -399,6 +399,7 @@ Non-interactively, DATA is a question alist." (defvar sx-question-list--site nil "Site being displayed in the *question-list* buffer.") +(make-variable-buffer-local 'sx-question-list--site) (defun sx-question-list-refresh (&optional redisplay no-update) "Update the list of questions. |