From ff6af8104166de4dc77842ef1d23079eb38dfaa2 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Thu, 15 Jan 2015 16:28:14 -0200 Subject: Missing parentheses --- sx-interaction.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3