aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-12-01 03:41:16 +0000
committerGlenn Morris2007-12-01 03:41:16 +0000
commite3abf9d998431a25b27c34e49fdeba3e1b3214bc (patch)
tree67b61830e408701eb524df834584e311bb41bed7
parent5ba3c59a5b388f7a51b3e90a27882f45cb89dbbd (diff)
downloademacs-e3abf9d998431a25b27c34e49fdeba3e1b3214bc.tar.gz
emacs-e3abf9d998431a25b27c34e49fdeba3e1b3214bc.zip
Fix comment typo.
-rw-r--r--lisp/erc/ChangeLog5
-rw-r--r--lisp/erc/erc.el2
2 files changed, 6 insertions, 1 deletions
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 @@
3 * erc-backend.el (erc-server-send-ping): Move after definition of 3 * erc-backend.el (erc-server-send-ping): Move after definition of
4 erc-server-send. 4 erc-server-send.
5 5
6 * erc.el (iswitchb-temp-buflist, iswitchb-read-buffer): Declare
7 for compiler.
8 (erc-iswitchb): Don't require iswitchb when compiling. Test
9 iswitchb-mode is bound.
10
62007-11-30 Dan Nicolaescu <dann@ics.uci.edu> 112007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
7 12
8 * erc.el (open-ssl-stream, open-tls-stream, erc-network-name): 13 * 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."
1693(put 'erc-with-all-buffers-of-server 'lisp-indent-function 1) 1693(put 'erc-with-all-buffers-of-server 'lisp-indent-function 1)
1694(put 'erc-with-all-buffers-of-server 'edebug-form-spec '(form form body)) 1694(put 'erc-with-all-buffers-of-server 'edebug-form-spec '(form form body))
1695 1695
1696;; (iswitch-mode) will autoload iswitchb.el 1696;; (iswitchb-mode) will autoload iswitchb.el
1697(defvar iswitchb-temp-buflist) 1697(defvar iswitchb-temp-buflist)
1698(declare-function iswitchb-read-buffer "iswitchb" 1698(declare-function iswitchb-read-buffer "iswitchb"
1699 (prompt &optional default require-match start matches-set)) 1699 (prompt &optional default require-match start matches-set))