From c64400df32e166f8e069ee2301db6dbd2944988e Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Mon, 15 Apr 2019 07:17:35 -0400 Subject: [PATCH] Remove autoload registration for private functions --- mood-line.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/mood-line.el b/mood-line.el index cd4dc77..94b26d5 100644 --- a/mood-line.el +++ b/mood-line.el @@ -114,7 +114,6 @@ ;; Window update function (defvar-local mood-line--current-window (frame-selected-window)) -;;;###autoload (defun mood-line--update-selected-window (&rest _) "Update the `mood-line--current-window' variable." (when (frame-selected-window) @@ -124,7 +123,6 @@ ;; VC update function (defvar-local mood-line--vc-text nil) -;;;###autoload (defun mood-line--update-vc-segment (&rest _) "Update `mood-line--vc-text' against the current VCS state." (setq mood-line--vc-text @@ -155,7 +153,6 @@ ;; Flycheck update function (defvar-local mood-line--flycheck-text nil) -;;;###autoload (defun mood-line--update-flycheck-segment (&optional status) "Update `mood-line--flycheck-text' against the reported flycheck STATUS." (setq mood-line--flycheck-text