diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-17 12:36:11 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-22 10:46:41 -0200 |
commit | 3de378c215fdfa82df821df1339b0f1504d4a469 (patch) | |
tree | 224947e940b385e74b9d2b7b317e9ad1e2422ba9 /sx-interaction.el | |
parent | 8dc020031b0472d8fc5b50037fcc257422f7544f (diff) |
Support editing comments.
Diffstat (limited to 'sx-interaction.el')
-rw-r--r-- | sx-interaction.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sx-interaction.el b/sx-interaction.el index ea494eb..da08581 100644 --- a/sx-interaction.el +++ b/sx-interaction.el @@ -304,7 +304,6 @@ from context at point." ;; If we ever make an "Edit" button, first arg is a marker. (when (markerp data) (setq data (sx--data-here))) (sx-assoc-let data - (when .comment_id (sx-user-error "Editing comments is not supported yet")) (let ((buffer (current-buffer))) (pop-to-buffer (sx-compose-create |