Mercurial > emacs
changeset 97407:663a752ef575
Rename variant mu-mh to gnu-mh and be explicit about GNU mailutils MH
in docstrings (with thanks to Darel Henman) (closes SF #1768928).
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Sun, 10 Aug 2008 23:11:52 +0000 |
parents | 135add94125a |
children | 7cf98fa4941b |
files | lisp/mh-e/mh-comp.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mh-e/mh-comp.el Sun Aug 10 22:44:36 2008 +0000 +++ b/lisp/mh-e/mh-comp.el Sun Aug 10 23:11:52 2008 +0000 @@ -655,7 +655,7 @@ (show-buffer mh-show-buffer) (config (current-window-configuration)) (group-reply (or (equal reply-to "cc") (equal reply-to "all"))) - (form-file (cond ((and (mh-variant-p 'nmh 'mu-mh) group-reply + (form-file (cond ((and (mh-variant-p 'nmh 'gnu-mh) group-reply (stringp mh-repl-group-formfile)) mh-repl-group-formfile) ((stringp mh-repl-formfile) mh-repl-formfile) @@ -669,7 +669,7 @@ '("-nocc" "all")) ((equal reply-to "to") '("-cc" "to")) - (group-reply (if (mh-variant-p 'nmh 'mu-mh) + (group-reply (if (mh-variant-p 'nmh 'gnu-mh) '("-group" "-nocc" "me") '("-cc" "all" "-nocc" "me")))) (cond ((or (eq mh-yank-behavior 'autosupercite)