diff options
author | Sean Allred <code@seanallred.com> | 2015-02-11 08:18:28 -0600 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-02-11 08:18:28 -0600 |
commit | 384855876c6fcb0048551ceed335805babc19b1f (patch) | |
tree | dc8823acf2c02f0459b2d2f9b50617138f14f28a /sx-search.el | |
parent | 5cd3c39fe75009f48db499bb1bff52d37b57e529 (diff) |
Hotfix sx-search autoload
Should fix #255
Diffstat (limited to 'sx-search.el')
-rw-r--r-- | sx-search.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-search.el b/sx-search.el index c1e1e23..cd2f4e7 100644 --- a/sx-search.el +++ b/sx-search.el @@ -62,7 +62,7 @@ KEYWORDS is passed to `sx-method-call'." :filter sx-browse-filter)) -;;; User command +;;;###autoload (defun sx-search (site query &optional tags excluded-tags) "Display search on SITE for question titles containing QUERY. When TAGS is given, it is a lists of tags, one of which must |