diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 21:22:42 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 21:28:35 -0200 |
commit | a812b209b24401827a7020051ac3726358795231 (patch) | |
tree | 38cb684bbca345c401ef37d524e7dfe31eea942d /sx-favorites.el | |
parent | d3417ee55acc35a14ed71ccd69a593cfed3796bb (diff) |
Use defconst instead of defvar where appropriate.
Fix #200
Diffstat (limited to 'sx-favorites.el')
-rw-r--r-- | sx-favorites.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-favorites.el b/sx-favorites.el index 7fdc772..d98b4c2 100644 --- a/sx-favorites.el +++ b/sx-favorites.el @@ -30,7 +30,7 @@ (require 'sx-networks) (require 'sx-filter) -(defvar sx-favorite-list-filter +(defconst sx-favorite-list-filter (sx-filter-from-nil (question.question_id))) |