From 6378af6a432f42b99487631117d3ee781fa17b0b Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Thu, 15 Jan 2015 19:03:26 -0200 Subject: fix .id -> .comment_id --- sx-interaction.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) -- cgit v1.2.3