diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 21:08:31 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 21:08:31 -0200 |
commit | 4a32725dfd8275eb1d8b44afc9494e7350a9bf7c (patch) | |
tree | 0535b8e7253b70790773f399bd7fc71672d54197 /sx-tab.el | |
parent | 671dceecafb9cb48b739b7fb54bf2b71bbc7e32c (diff) |
Fix sx-tab-unanswered-my-tags autoload
Diffstat (limited to 'sx-tab.el')
-rw-r--r-- | sx-tab.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,7 @@ If SITE is nil, use `sx-default-site'." (sx-question-get-questions sx-question-list--site page nil 'unanswered/my-tags))) ;;;###autoload -(autoload 'sx-tab-unanswered +(autoload 'sx-tab-unanswered-my-tags (expand-file-name "sx-tab" (when load-file-name |