Remove autoload registration for private functions

This commit is contained in:
Jessie Hildebrandt 2019-04-15 07:17:35 -04:00
parent 8cb53fe749
commit c64400df32

View File

@ -114,7 +114,6 @@
;; Window update function ;; Window update function
(defvar-local mood-line--current-window (frame-selected-window)) (defvar-local mood-line--current-window (frame-selected-window))
;;;###autoload
(defun mood-line--update-selected-window (&rest _) (defun mood-line--update-selected-window (&rest _)
"Update the `mood-line--current-window' variable." "Update the `mood-line--current-window' variable."
(when (frame-selected-window) (when (frame-selected-window)
@ -124,7 +123,6 @@
;; VC update function ;; VC update function
(defvar-local mood-line--vc-text nil) (defvar-local mood-line--vc-text nil)
;;;###autoload
(defun mood-line--update-vc-segment (&rest _) (defun mood-line--update-vc-segment (&rest _)
"Update `mood-line--vc-text' against the current VCS state." "Update `mood-line--vc-text' against the current VCS state."
(setq mood-line--vc-text (setq mood-line--vc-text
@ -155,7 +153,6 @@
;; Flycheck update function ;; Flycheck update function
(defvar-local mood-line--flycheck-text nil) (defvar-local mood-line--flycheck-text nil)
;;;###autoload
(defun mood-line--update-flycheck-segment (&optional status) (defun mood-line--update-flycheck-segment (&optional status)
"Update `mood-line--flycheck-text' against the reported flycheck STATUS." "Update `mood-line--flycheck-text' against the reported flycheck STATUS."
(setq mood-line--flycheck-text (setq mood-line--flycheck-text