aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sx-interaction.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/sx-interaction.el b/sx-interaction.el
index 8b72ea5..97c68b6 100644
--- a/sx-interaction.el
+++ b/sx-interaction.el
@@ -445,7 +445,8 @@ context at point. "
(append (cdr cell) (list answer))))
;; No previous comments, add it manually.
(setcdr question (cons (car question) (cdr question)))
- (setcar question `(answers . [,answer])))))
+ (setcar question `(answers . [,answer])))
+ question))
(provide 'sx-interaction)
;;; sx-interaction.el ends here