summaryrefslogtreecommitdiff
path: root/lisp/erc/erc-backend.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2012-10-18 08:49:18 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2012-10-18 08:49:18 -0400
commitb2f0135a62c6242ad8b865d37d65bb817f8d1262 (patch)
tree8d0b4524d6a23a1c1f2902424adf96208521ce6b /lisp/erc/erc-backend.el
parent1f76f6f5798b2f9ce8c9bdfbe85b198b8d02d924 (diff)
downloademacs-b2f0135a62c6242ad8b865d37d65bb817f8d1262.tar.gz
emacs-b2f0135a62c6242ad8b865d37d65bb817f8d1262.tar.bz2
emacs-b2f0135a62c6242ad8b865d37d65bb817f8d1262.zip
* lisp/erc/erc-backend.el (erc-with-server-buffer): Autoload as well.
Fixes: debbugs:12669
Diffstat (limited to 'lisp/erc/erc-backend.el')
-rw-r--r--lisp/erc/erc-backend.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el
index b8b5c90b596..507cff87b6b 100644
--- a/lisp/erc/erc-backend.el
+++ b/lisp/erc/erc-backend.el
@@ -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