* lisp/erc/erc-backend.el (erc-with-server-buffer): Autoload as well.
Fixes: debbugs:12669
This commit is contained in:
parent
1f76f6f579
commit
b2f0135a62
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* erc-backend.el (erc-with-server-buffer): Autoload as well (bug#12669).
|
||||
|
||||
2012-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* erc.el (erc-log): Make it into a defsubst.
|
||||
|
|
|
@ -100,6 +100,7 @@
|
|||
(require 'erc-compat)
|
||||
(eval-when-compile (require 'cl))
|
||||
(autoload 'erc-with-buffer "erc" nil nil 'macro)
|
||||
(autoload 'erc-with-server-buffer "erc" nil nil 'macro)
|
||||
(autoload 'erc-log "erc")
|
||||
|
||||
;;;; Variables and options
|
||||
|
|
Loading…
Add table
Reference in a new issue