diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-07 21:25:40 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-07 21:25:40 +0000 |
commit | 1e255042972579ab953d7183d18961cd9e9bbdc1 (patch) | |
tree | 218c80d5b1a577699379a6514aee2e03d8110043 | |
parent | 0c23701f9a6e0215e8888e1c277495edcad26c07 (diff) |
Add missing symbols
-rw-r--r-- | sx.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |