From e3abf9d998431a25b27c34e49fdeba3e1b3214bc Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 1 Dec 2007 03:41:16 +0000 Subject: [PATCH] Fix comment typo. --- lisp/erc/ChangeLog | 5 +++++ lisp/erc/erc.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 376a8a60a55..fae45a2baba 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -3,6 +3,11 @@ * 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 * erc.el (open-ssl-stream, open-tls-stream, erc-network-name): diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index f078ee32a79..e52392d0337 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -1693,7 +1693,7 @@ nil." (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)) -- 2.39.2