aboutsummaryrefslogtreecommitdiff
path: root/sx-search.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-search.el')
-rw-r--r--sx-search.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-search.el b/sx-search.el
index 928db5d..2633da9 100644
--- a/sx-search.el
+++ b/sx-search.el
@@ -74,7 +74,7 @@ of which is allowed to match.
Interactively, the user is asked for SITE and QUERY. With a
prefix argument, the user is asked for everything."
(interactive
- (let ((site (sx--interactive-site-prompt))
+ (let ((site (sx--maybe-site-prompt current-prefix-arg))
(query (read-string
(format "Query (%s): "
(if current-prefix-arg "optional" "mandatory"))