From ffc1cd7ca9416b91f99dffd5646243780fedd4df Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Wed, 25 Mar 2015 12:45:13 +0000 Subject: Fix bad autoload --- sx-tab.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sx-tab.el b/sx-tab.el index 399bc1b..98b1b26 100644 --- a/sx-tab.el +++ b/sx-tab.el @@ -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) -- cgit v1.2.3