* lisp/erc/erc-backend.el (erc-with-server-buffer): Autoload as well.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 18 Oct 2012 12:49:18 +0000 (08:49 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 18 Oct 2012 12:49:18 +0000 (08:49 -0400)
Fixes: debbugs:12669

lisp/erc/ChangeLog
lisp/erc/erc-backend.el

index 343a665..df1e74a 100644 (file)
@@ -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.
index b8b5c90..507cff8 100644 (file)
 (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