summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/erc/ChangeLog4
-rw-r--r--lisp/erc/erc-backend.el1
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index 343a6655701..df1e74ac39f 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -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.
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