diff options
author | Sean Allred <code@seanallred.com> | 2015-01-04 18:52:24 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-04 18:52:24 -0500 |
commit | 92925e5bcde164275d10b5c597996d3f743c647c (patch) | |
tree | 38cb684bbca345c401ef37d524e7dfe31eea942d /sx-inbox.el | |
parent | d3417ee55acc35a14ed71ccd69a593cfed3796bb (diff) | |
parent | a812b209b24401827a7020051ac3726358795231 (diff) |
Merge pull request #202 from vermiculus/issue-200-defconst
Use defconst instead of defvar where appropriate.
Diffstat (limited to 'sx-inbox.el')
-rw-r--r-- | sx-inbox.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sx-inbox.el b/sx-inbox.el index 01000a6..1efceb1 100644 --- a/sx-inbox.el +++ b/sx-inbox.el @@ -28,7 +28,7 @@ ;;; API -(defvar sx-inbox-filter +(defconst sx-inbox-filter '((inbox_item.answer_id inbox_item.body inbox_item.comment_id @@ -91,7 +91,7 @@ These are identified by their links.") "List of notification items which are read. These are identified by their links.") -(defvar sx-inbox--header-line +(defconst sx-inbox--header-line '(" " (:propertize "n p j k" face mode-line-buffer-id) ": Navigate" @@ -106,7 +106,7 @@ These are identified by their links.") ": Quit") "Header-line used on the inbox list.") -(defvar sx-inbox--mode-line +(defconst sx-inbox--mode-line '(" " (:propertize (sx-inbox--notification-p |