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.
This commit is contained in:
Amin Bandali 2020-09-09 23:03:06 -04:00
parent d08568e6e9
commit 931b9f5953
No known key found for this signature in database
GPG key ID: 8B44A0CDC7B956F2

View file

@ -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: