Mercurial > emacs
diff lisp/mh-e/ChangeLog @ 69363:7b2d244e58fe
(mh-replace-regexp-in-string): Pass the literal flag to
replace-in-string. This was badly needed by mh-quote-pick-expr in
order to properly quote subjects when using / s on XEmacs (closes SF
#1447598).
| author | Bill Wohler <wohler@newt.com> |
|---|---|
| date | Sat, 11 Mar 2006 01:34:45 +0000 |
| parents | 1f70898570ca |
| children | 4117123b24f3 |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Fri Mar 10 23:43:54 2006 +0000 +++ b/lisp/mh-e/ChangeLog Sat Mar 11 01:34:45 2006 +0000 @@ -1,5 +1,10 @@ 2006-03-10 Bill Wohler <wohler@newt.com> + * mh-compat.el (mh-replace-regexp-in-string): Pass the literal + flag to replace-in-string. This was badly needed by + mh-quote-pick-expr in order to properly quote subjects when using + / s on XEmacs (closes SF #1447598). + * mh-e.el (mh-profile-component): Drop `s' from mhparam -components for Mailutils compatibility (closes SF #1446985).
