diff options
author | Sean Allred <code@seanallred.com> | 2014-11-29 09:36:59 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-29 09:36:59 -0500 |
commit | f5ca9c6d7629817569c3bd58e5569fee88cd5f2b (patch) | |
tree | bcbbdcb2e2fdc91f9431d3b3ad605aa0a7fa0bde /sx-interaction.el | |
parent | a8e882d99a037075595260dc74fad0fb67c69d81 (diff) | |
parent | 00a187f5bb7dc08117965eae05df51d0eedac90e (diff) |
Merge branch 'master' into issue-100
Conflicts:
sx-question-mode.el
Diffstat (limited to 'sx-interaction.el')
-rw-r--r-- | sx-interaction.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sx-interaction.el b/sx-interaction.el index e4234b0..5f3ece6 100644 --- a/sx-interaction.el +++ b/sx-interaction.el @@ -180,8 +180,7 @@ ID is an integer." (defun sx--add-comment-to-object (comment object) "Add COMMENT to OBJECT's `comments' property. OBJECT can be a question or an answer." - (let ((com-cell (assoc 'comments object)) - (count-cell (assoc 'comment_count object))) + (let ((com-cell (assoc 'comments object))) (if com-cell (progn (setcdr |