From: Michael Olson Date: Mon, 29 Oct 2007 01:21:16 +0000 (+0000) Subject: Fix typo in lisp/erc/ChangeLog X-Git-Tag: emacs-pretest-23.0.90~9999 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b957dc707e62ff9bc37ee719fe48871f6b866720;p=emacs.git Fix typo in lisp/erc/ChangeLog --- diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index da03b833f51..0867cb8de2f 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,7 +1,7 @@ 2007-10-29 Michael Olson * erc-ibuffer.el (erc-modified-channels-alist): Use - eval-when-compile, and explain why we are doing this.. + eval-when-compile, and explain why we are doing this. * erc-track.el: Make sure that the state of erc-track-minor-mode is not preserved when using desktop.el. Thanks to Levin for the