From: Henrik E. <hen...@te...> - 2006-01-05 13:37:41
|
> I've updated the EmacsWiki.org page for EmacsIRCClient to reflect the > current status of getting ERC installed into Emacs. > > To re-iterate: > > ERC has been approved for inclusion in the next version of Emacs. > As soon as the items in FOR-RELEASE for ERC 5.1 are taken care of, I > will release ERC 5.1 and use that as the basis for the version of > ERC in Emacs. FWIW, the last time I looked at erc code, the only file that had an actual run-time dependency on cl.el was erc.el, and that was only due to some uses of `reduce'. So the required code fixing should be fairly easy. |