aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2016-11-04 19:55:29 -0500
committerSean Allred <code@seanallred.com>2016-11-04 19:55:29 -0500
commit87dfd1e2ce093d53c0919dac7899bbf06bd96224 (patch)
tree400891d5d3522ed85316fc52e0c257726bd73404
parent4b8f0c335a6fb055284773dfd480106e8c82fd81 (diff)
Fix #323
Not sure what ARGS is supposed to be, but we've no need for it.
-rw-r--r--sx-interaction.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-interaction.el b/sx-interaction.el
index 5d1039e..7b33322 100644
--- a/sx-interaction.el
+++ b/sx-interaction.el
@@ -188,7 +188,7 @@ If DATA is a question, also mark it as read."
(sx-question--mark-read data)
(sx--maybe-update-display)))))
-(defun sx-open-link (link)
+(defun sx-open-link (link &optional _)
"Visit element given by LINK inside Emacs.
Element can be a question, answer, or comment."
(interactive