]> git.eshelyaron.com Git - emacs.git/commitdiff
Set `generated-autoload-file' in erc-status-sidebar.el
authorAmin Bandali <bandali@gnu.org>
Thu, 10 Sep 2020 03:03:06 +0000 (23:03 -0400)
committerAmin Bandali <bandali@gnu.org>
Thu, 10 Sep 2020 03:07:49 +0000 (23:07 -0400)
* 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

index 033c7d600f9315ecbaf7a88fff5634fc4d110903..ab9883665d7246b7a5b7320f5782e7a0e5babef7 100644 (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: