# HG changeset patch # User Glenn Morris # Date 1196480461 0 # Node ID 41347efcdb243b0bdd5fbc02c9b35e1e9642b8c6 # Parent c7c6532e140f078740d5d0c88eeec3c665f42323 Fix comment typo. diff -r c7c6532e140f -r 41347efcdb24 lisp/erc/erc.el --- a/lisp/erc/erc.el Sat Dec 01 03:40:41 2007 +0000 +++ b/lisp/erc/erc.el Sat Dec 01 03:41:01 2007 +0000 @@ -1693,7 +1693,7 @@ (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))