branch: elpa/telephone-line
commit d991dd296fa84e531fe4bf6fc6a2fc887c0e6ea1
Author: Daniel Bordak <[email protected]>
Commit: Daniel Bordak <[email protected]>

    Excessive autoloads
---
 telephone-line.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/telephone-line.el b/telephone-line.el
index 3b5b9d6a32..a7f9a390bb 100644
--- a/telephone-line.el
+++ b/telephone-line.el
@@ -118,7 +118,6 @@ Secondary separators do not incur a background color 
change."
   :group 'telephone-line
   :type 'function)
 
-:autoload
 (defun fill (reserve &optional face)
   "Return RESERVE empty space on the right, optionally with a FACE." ;;TODO: 
Add face
   (propertize " "
@@ -132,7 +131,6 @@ Secondary separators do not incur a background color 
change."
 (add-hook 'window-configuration-change-hook #'-set-selected-window)
 (defadvice select-window (after select-window activate) (-set-selected-window))
 
-:autoload
 (defun selected-window-active ()
   "Return whether the current window is active."
   (and (boundp 'selected-window)

Reply via email to