diff options
author | Sean Allred <code@seanallred.com> | 2014-12-15 11:35:40 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-12-15 11:35:40 -0500 |
commit | 65a66c266a10bda3843fbf02eb13789e0f1dc9c7 (patch) | |
tree | d923a8e315f1188f139f7c7df89a479d97f93b3e /sx-interaction.el | |
parent | 46210719ee1b322a64ce8abe79d32c26ed2b9137 (diff) |
Hotfix undefined function
Related in conversation: #151
Branch: master
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 0411410..38520a7 100644 --- a/sx-interaction.el +++ b/sx-interaction.el @@ -316,7 +316,7 @@ from context at point." (defun sx-ask (site) "Start composing a question for SITE. SITE is a string, indicating where the question will be posted." - (interactive (list (sx-tab--interactive-site-prompt))) + (interactive (list (sx--interactive-site-prompt))) (let ((buffer (current-buffer))) (pop-to-buffer (sx-compose-create |