* erc-backend.el (erc-server-send-ping): Move after definition of
erc-server-send.
+ * erc.el (iswitchb-temp-buflist, iswitchb-read-buffer): Declare
+ for compiler.
+ (erc-iswitchb): Don't require iswitchb when compiling. Test
+ iswitchb-mode is bound.
+
2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
* erc.el (open-ssl-stream, open-tls-stream, erc-network-name):
(put 'erc-with-all-buffers-of-server 'lisp-indent-function 1)
(put 'erc-with-all-buffers-of-server 'edebug-form-spec '(form form body))
-;; (iswitch-mode) will autoload iswitchb.el
+;; (iswitchb-mode) will autoload iswitchb.el
(defvar iswitchb-temp-buflist)
(declare-function iswitchb-read-buffer "iswitchb"
(prompt &optional default require-match start matches-set))