]> git.eshelyaron.com Git - emacs.git/commitdiff
Rename variant mu-mh to gnu-mh and be explicit about GNU mailutils MH
authorBill Wohler <wohler@newt.com>
Sun, 10 Aug 2008 23:11:52 +0000 (23:11 +0000)
committerBill Wohler <wohler@newt.com>
Sun, 10 Aug 2008 23:11:52 +0000 (23:11 +0000)
in docstrings (with thanks to Darel Henman) (closes SF #1768928).

lisp/mh-e/mh-comp.el

index f9c7921459d11bed2c17651dd620a429accd0b57..6d8dd61de44025c75ade5ae274e5db8be82ed912 100644 (file)
@@ -655,7 +655,7 @@ See also `mh-reply-show-message-flag',
          (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 @@ See also `mh-reply-show-message-flag',
                         '("-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)