emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/telephone-line d991dd296f 019/195: Excessive autoloads


From: ELPA Syncer
Subject: [nongnu] elpa/telephone-line d991dd296f 019/195: Excessive autoloads
Date: Wed, 5 Jan 2022 02:59:18 -0500 (EST)

branch: elpa/telephone-line
commit d991dd296fa84e531fe4bf6fc6a2fc887c0e6ea1
Author: Daniel Bordak <dbordak@fastmail.fm>
Commit: Daniel Bordak <dbordak@fastmail.fm>

    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

[Prev in Thread] Current Thread [Next in Thread]