aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-01-15 19:03:26 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-01-15 19:03:26 -0200
commit6378af6a432f42b99487631117d3ee781fa17b0b (patch)
tree99f8fcc49913e5e6bfd7df7c751626634163a15b
parentf37fd1cd03d15aeba44c05d83c515da8196fe889 (diff)
fix .id -> .comment_id
-rw-r--r--sx-interaction.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-interaction.el b/sx-interaction.el
index 74602f2..75b51ab 100644
--- a/sx-interaction.el
+++ b/sx-interaction.el
@@ -196,7 +196,7 @@ likes."
;; test it last.
(.comment_id
(sx-display-question
- (sx-question-get-from-comment .site_par .id) 'focus)
+ (sx-question-get-from-comment .site_par .comment_id) 'focus)
(sx--find-in-buffer 'comment .comment_id))
(.notification_type
(sx-message "Viewing notifications is not yet implemented"))