From 1e255042972579ab953d7183d18961cd9e9bbdc1 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Fri, 7 Nov 2014 21:25:40 +0000 Subject: Add missing symbols --- sx.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sx.el b/sx.el index e467a9e..a1e504e 100644 --- a/sx.el +++ b/sx.el @@ -71,7 +71,7 @@ a string, just return it." ;;; Interpreting request data (defvar sx--api-symbols - '(accept_rate answer_count answer_id answers body body_markdown close_vote_count + '(accept_rate answer_count answer_id answers body body_markdown close_vote_count upvoted downvoted comment_count comment_id creation_date delete_vote_count display_name edited favorite_count is_accepted is_answered last_activity_date last_edit_date last_editor link owner profile_image question_id @@ -93,7 +93,7 @@ a string, just return it." Any api symbol is any symbol listed in `sx--api-symbols'. Only those present in BODY are letbound, which leads to optimal performance. - + For instance the following code (stack-core-with-data alist -- cgit v1.2.3