]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comment typo.
authorGlenn Morris <rgm@gnu.org>
Sat, 1 Dec 2007 03:41:16 +0000 (03:41 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 1 Dec 2007 03:41:16 +0000 (03:41 +0000)
lisp/erc/ChangeLog
lisp/erc/erc.el

index 376a8a60a55619d9cbcdb420a7b5e6068349fc52..fae45a2baba6e4fb1087304cdc74852954ab5d57 100644 (file)
@@ -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  <dann@ics.uci.edu>
 
        * erc.el (open-ssl-stream, open-tls-stream, erc-network-name):
index f078ee32a79fb29c7ba96406479d7c7104262587..e52392d0337b459972091d8075dff9014fb92199 100644 (file)
@@ -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))