From 65a66c266a10bda3843fbf02eb13789e0f1dc9c7 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Mon, 15 Dec 2014 11:35:40 -0500 Subject: Hotfix undefined function Related in conversation: #151 Branch: master --- sx-interaction.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3