aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mh-e/mh-e.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 2f7d2c22c25..15a390b63b8 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -907,7 +907,7 @@ finally GNU mailutils MH."
907 (when (and (stringp variant) 907 (when (and (stringp variant)
908 (string-match "^mu-mh" variant)) 908 (string-match "^mu-mh" variant))
909 (message 909 (message
910 (format "%s\n%s; %s" "The variant name mh-mh has been renamed to gnu-mh" 910 (format "%s\n%s; %s" "The variant name mu-mh has been renamed to gnu-mh"
911 "and will be removed in MH-E 9.0" 911 "and will be removed in MH-E 9.0"
912 "try M-x customize-option mh-variant")) 912 "try M-x customize-option mh-variant"))
913 (sit-for 5) 913 (sit-for 5)