diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-15 19:03:26 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-15 19:03:26 -0200 |
commit | 6378af6a432f42b99487631117d3ee781fa17b0b (patch) | |
tree | 99f8fcc49913e5e6bfd7df7c751626634163a15b | |
parent | f37fd1cd03d15aeba44c05d83c515da8196fe889 (diff) |
fix .id -> .comment_id
-rw-r--r-- | sx-interaction.el | 2 |
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")) |