# HG changeset patch # User Bill Wohler # Date 1218409912 0 # Node ID 663a752ef575f23f502e0f0d90e592f6d622c301 # Parent 135add94125ac8d98dcd7d35c2cadc9cd924a4df Rename variant mu-mh to gnu-mh and be explicit about GNU mailutils MH in docstrings (with thanks to Darel Henman) (closes SF #1768928). diff -r 135add94125a -r 663a752ef575 lisp/mh-e/mh-comp.el --- 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)