diff options
Diffstat (limited to 'sx-interaction.el')
-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 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 |