diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-03-25 12:45:13 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-03-25 12:45:13 +0000 |
commit | ffc1cd7ca9416b91f99dffd5646243780fedd4df (patch) | |
tree | fd7ea6de6a4f416ed4945cb42f157009d9852b17 | |
parent | 7f02f9a0698cf5b2f3849ecf81804155d196542a (diff) |
Fix bad autoload
-rw-r--r-- | sx-tab.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ ;; - `sx-tab-unanswered' :: Unanswered questions. ;; - `sx-tab-unanswered-my-tags' :: Unanswered questions in your followed tags. ;; - `sx-tab-featured' :: Featured questions. -;; - `sx-tab-featured' :: Starred questions. +;; - `sx-tab-starred' :: Starred questions. ;;; Code: @@ -181,7 +181,7 @@ variables, but before refreshing the display." (sx-tab--define "Starred" (sx-question-list--make-pager 'me 'favorites)) ;;;###autoload -(autoload 'sx-tab-featured +(autoload 'sx-tab-starred (expand-file-name "sx-tab" (when load-file-name (file-name-directory load-file-name))) nil t) |