From 931b9f5953013c1e8844d0c723411b87ccfedb1a Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 9 Sep 2020 23:03:06 -0400 Subject: [PATCH] Set `generated-autoload-file' in erc-status-sidebar.el * lisp/erc/erc-status-sidebar.el: Set `generated-autoload-file' to ERC's dedicated "erc-loaddefs.el", since we don't need this file's autoloaded functions to be available before ERC itself is loaded. --- lisp/erc/erc-status-sidebar.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/erc/erc-status-sidebar.el b/lisp/erc/erc-status-sidebar.el index 033c7d600f9..ab9883665d7 100644 --- a/lisp/erc/erc-status-sidebar.el +++ b/lisp/erc/erc-status-sidebar.el @@ -302,3 +302,7 @@ to the `window-configuration-change-hook'." (provide 'erc-status-sidebar) ;;; erc-status-sidebar.el ends here + +;; Local Variables: +;; generated-autoload-file: "erc-loaddefs.el" +;; End: -- 2.39.5