diff options
author | Sean Allred <code@seanallred.com> | 2015-01-02 19:55:23 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-02 19:55:23 -0500 |
commit | 34f24c86576be0f72cbb173d66228bcfe97b6491 (patch) | |
tree | f267b8c4960f9f82c834cc4a8b5296295bd361bb | |
parent | cf5c712a705d61cd9369c2473b6b84d9d5253656 (diff) |
Hotfix oversight
-rw-r--r-- | sx-tag.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ (sx-method-call 'tags :get-all t :filter sx-tag-filter - :site "emacs")) + :site site)) (defun sx-tag--get-some-tags-containing (site string) "Return at most 100 tags for SITE containing STRING. |