diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-15 16:28:14 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-15 16:28:14 -0200 |
commit | ff6af8104166de4dc77842ef1d23079eb38dfaa2 (patch) | |
tree | 137d1cd2c324dfe0e09b17be50b023aec20ddaad /sx-interaction.el | |
parent | fc1b05b512442db7bf5d7b8a2ee72d1f466a048f (diff) |
Missing parentheses
Diffstat (limited to 'sx-interaction.el')
-rw-r--r-- | sx-interaction.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-interaction.el b/sx-interaction.el index 7c686b5..4f4e31f 100644 --- a/sx-interaction.el +++ b/sx-interaction.el @@ -176,7 +176,7 @@ likes." ;; object itself, so there's no need to fetch anything. This ;; happens inside the question-list, but it can be easily ;; confused with the inbox (whose items have a title, a body, and - ;; a question_id. + ;; a question_id). ((and .title .question_id .score (not .item_type) (not .notification_type)) (sx-display-question data 'focus)) |