diff options
author | Bill Wohler <wohler@newt.com> | 2008-08-10 23:13:05 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2008-08-10 23:13:05 +0000 |
commit | ad4817914329e21988daa6facf49c7178c42cd7b (patch) | |
tree | 0832da7f59350984d1bb17c06ce0873ef2b337ed /lisp/mh-e | |
parent | efa477613fc7a4ef997b8ff0d3722aef02baf662 (diff) | |
download | emacs-ad4817914329e21988daa6facf49c7178c42cd7b.tar.gz |
(mh-reply): Rename variant mu-mh to gnu-mh and be explicit about GNU
mailutils MH in docstrings (with thanks to Darel Henman) (closes SF
#1768928).
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/mh-folder.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-folder.el b/lisp/mh-e/mh-folder.el index d857b48cf8a..fff0467a807 100644 --- a/lisp/mh-e/mh-folder.el +++ b/lisp/mh-e/mh-folder.el @@ -1758,7 +1758,7 @@ If UPDATE, append the scan lines, otherwise replace." (goto-char scan-start) (cond ((looking-at "scan: no messages in") (keep-lines mh-scan-valid-regexp)) ; Flush random scan lines - ((looking-at (if (mh-variant-p 'mu-mh) + ((looking-at (if (mh-variant-p 'gnu-mh) "scan: message set .* does not exist" "scan: bad message list ")) (keep-lines mh-scan-valid-regexp)) |