diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-10-18 08:49:18 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-10-18 08:49:18 -0400 |
commit | b2f0135a62c6242ad8b865d37d65bb817f8d1262 (patch) | |
tree | 8d0b4524d6a23a1c1f2902424adf96208521ce6b /lisp/erc/erc-backend.el | |
parent | 1f76f6f5798b2f9ce8c9bdfbe85b198b8d02d924 (diff) | |
download | emacs-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.el | 1 |
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 |