# HG changeset patch # User Michael Olson # Date 1193620876 0 # Node ID e811bd6ee0207172ab7072563efaa911481c2ee7 # Parent 763be5e829a71a74ce307ba77cecd35d090d2fc9 Fix typo in lisp/erc/ChangeLog diff -r 763be5e829a7 -r e811bd6ee020 lisp/erc/ChangeLog --- a/lisp/erc/ChangeLog Mon Oct 29 01:00:33 2007 +0000 +++ b/lisp/erc/ChangeLog Mon Oct 29 01:21:16 2007 +0000 @@ -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