aboutsummaryrefslogtreecommitdiff
path: root/sx-question-list.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-question-list.el')
-rw-r--r--sx-question-list.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-list.el b/sx-question-list.el
index 2f877cc..9c03405 100644
--- a/sx-question-list.el
+++ b/sx-question-list.el
@@ -302,7 +302,7 @@ focus the relevant window."
(defun sx-question-list-switch-site (site)
"Switch the current site to SITE and display its questions"
(interactive
- (list (completing-read
+ (list (funcall (if ido-mode #'ido-completing-read #'completing-read)
"Switch to site: " (sx-site-get-api-tokens)
(lambda (site)
(not (equal site sx-question-list--current-site)))