mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
(mh-variant-set): Fix typo.
This commit is contained in:
parent
8c20bd929f
commit
6807fdffa0
@ -907,7 +907,7 @@ finally GNU mailutils MH."
|
||||
(when (and (stringp variant)
|
||||
(string-match "^mu-mh" variant))
|
||||
(message
|
||||
(format "%s\n%s; %s" "The variant name mh-mh has been renamed to gnu-mh"
|
||||
(format "%s\n%s; %s" "The variant name mu-mh has been renamed to gnu-mh"
|
||||
"and will be removed in MH-E 9.0"
|
||||
"try M-x customize-option mh-variant"))
|
||||
(sit-for 5)
|
||||
|
Loading…
Reference in New Issue
Block a user