Mercurial > emacs
diff lisp/mh-e/ChangeLog @ 68750:475285e9bca9
(mh-folder-list): Don't replace "/*$" with "/" since that causes an
infinite loop on XEmacs.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Thu, 09 Feb 2006 19:53:44 +0000 |
parents | 3741bfb4402f |
children | 156eafa22e3e |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Thu Feb 09 19:34:08 2006 +0000 +++ b/lisp/mh-e/ChangeLog Thu Feb 09 19:53:44 2006 +0000 @@ -1,5 +1,8 @@ 2006-02-09 Bill Wohler <wohler@newt.com> + * mh-utils.el (mh-folder-list): Don't replace "/*$" with "/" since + that causes an infinite loop on XEmacs. + * mh-compat.el(mh-replace-regexp-in-string): Add missing regexp argument.