mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(mh-scan-format): Rename variant mu-mh to gnu-mh and be explicit about
GNU mailutils MH in docstrings (with thanks to Darel Henman) (closes SF #1768928).
This commit is contained in:
parent
ad48179143
commit
143578ae0e
@ -421,7 +421,7 @@ Note that columns in Emacs start with 0."
|
||||
(defun mh-scan-format ()
|
||||
"Return the output format argument for the scan program."
|
||||
(if (equal mh-scan-format-file t)
|
||||
(list "-format" (if (mh-variant-p 'nmh 'mu-mh)
|
||||
(list "-format" (if (mh-variant-p 'nmh 'gnu-mh)
|
||||
(list (mh-update-scan-format
|
||||
mh-scan-format-nmh mh-cmd-note))
|
||||
(list (mh-update-scan-format
|
||||
|
Loading…
Reference in New Issue
Block a user