projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d08568e
)
Set `generated-autoload-file' in erc-status-sidebar.el
author
Amin Bandali
<bandali@gnu.org>
Thu, 10 Sep 2020 03:03:06 +0000
(23:03 -0400)
committer
Amin 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
patch
|
blob
|
history
diff --git
a/lisp/erc/erc-status-sidebar.el
b/lisp/erc/erc-status-sidebar.el
index 033c7d600f9315ecbaf7a88fff5634fc4d110903..ab9883665d7246b7a5b7320f5782e7a0e5babef7 100644
(file)
--- 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: