diff options
| author | Glenn Morris | 2017-11-28 21:16:02 -0500 |
|---|---|---|
| committer | Glenn Morris | 2017-11-28 21:16:02 -0500 |
| commit | 95369ac346d75a7b75bc2c5adf632cc4faa1241a (patch) | |
| tree | 4f5f026a2b82c4716ef600a39a2243f508a6b13d /lisp/erc/erc-replace.el | |
| parent | c816e647ebf128eccc9df6ce3d64ebc5a5554aec (diff) | |
| download | emacs-95369ac346d75a7b75bc2c5adf632cc4faa1241a.tar.gz emacs-95369ac346d75a7b75bc2c5adf632cc4faa1241a.zip | |
Put most erc autoloads in a dedicated file erc-loaddefs.el
These are features that are only useful after erc.el is loaded.
* lisp/erc/erc.el (top-level): Load erc-loaddefs.
* lisp/erc/erc-autoaway.el, lisp/erc/erc-button.el:
* lisp/erc/erc-capab.el, lisp/erc/erc-compat.el:
* lisp/erc/erc-dcc.el, lisp/erc/erc-desktop-notifications.el:
* lisp/erc/erc-ezbounce.el, lisp/erc/erc-fill.el:
* lisp/erc/erc-identd.el, lisp/erc/erc-imenu.el:
* lisp/erc/erc-join.el, lisp/erc/erc-list.el, lisp/erc/erc-log.el:
* lisp/erc/erc-match.el, lisp/erc/erc-menu.el:
* lisp/erc/erc-netsplit.el, lisp/erc/erc-notify.el:
* lisp/erc/erc-page.el, lisp/erc/erc-pcomplete.el:
* lisp/erc/erc-replace.el, lisp/erc/erc-ring.el:
* lisp/erc/erc-services.el, lisp/erc/erc-sound.el:
* lisp/erc/erc-speedbar.el, lisp/erc/erc-spelling.el:
* lisp/erc/erc-stamp.el, lisp/erc/erc-track.el:
* lisp/erc/erc-truncate.el, lisp/erc/erc-xdcc.el:
Set generated-autoload-file to "erc-loaddefs.el".
Diffstat (limited to 'lisp/erc/erc-replace.el')
| -rw-r--r-- | lisp/erc/erc-replace.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/erc/erc-replace.el b/lisp/erc/erc-replace.el index 0b27076de5a..35be533939c 100644 --- a/lisp/erc/erc-replace.el +++ b/lisp/erc/erc-replace.el | |||
| @@ -77,7 +77,7 @@ It replaces text according to `erc-replace-alist'." | |||
| 77 | (eval to)))))) | 77 | (eval to)))))) |
| 78 | erc-replace-alist)) | 78 | erc-replace-alist)) |
| 79 | 79 | ||
| 80 | ;;;###autoload (autoload 'erc-replace-mode "erc-replace") | 80 | ;;;###autoload(autoload 'erc-replace-mode "erc-replace") |
| 81 | (define-erc-module replace nil | 81 | (define-erc-module replace nil |
| 82 | "This mode replaces incoming text according to `erc-replace-alist'." | 82 | "This mode replaces incoming text according to `erc-replace-alist'." |
| 83 | ((add-hook 'erc-insert-modify-hook | 83 | ((add-hook 'erc-insert-modify-hook |
| @@ -90,6 +90,7 @@ It replaces text according to `erc-replace-alist'." | |||
| 90 | ;;; erc-replace.el ends here | 90 | ;;; erc-replace.el ends here |
| 91 | ;; | 91 | ;; |
| 92 | ;; Local Variables: | 92 | ;; Local Variables: |
| 93 | ;; generated-autoload-file: "erc-loaddefs.el" | ||
| 93 | ;; indent-tabs-mode: t | 94 | ;; indent-tabs-mode: t |
| 94 | ;; tab-width: 8 | 95 | ;; tab-width: 8 |
| 95 | ;; End: | 96 | ;; End: |