diff options
| author | Bill Wohler | 2008-08-10 23:13:05 +0000 |
|---|---|---|
| committer | Bill Wohler | 2008-08-10 23:13:05 +0000 |
| commit | ad4817914329e21988daa6facf49c7178c42cd7b (patch) | |
| tree | 0832da7f59350984d1bb17c06ce0873ef2b337ed | |
| parent | efa477613fc7a4ef997b8ff0d3722aef02baf662 (diff) | |
| download | emacs-ad4817914329e21988daa6facf49c7178c42cd7b.tar.gz emacs-ad4817914329e21988daa6facf49c7178c42cd7b.zip | |
(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).
| -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." | |||
| 1758 | (goto-char scan-start) | 1758 | (goto-char scan-start) |
| 1759 | (cond ((looking-at "scan: no messages in") | 1759 | (cond ((looking-at "scan: no messages in") |
| 1760 | (keep-lines mh-scan-valid-regexp)) ; Flush random scan lines | 1760 | (keep-lines mh-scan-valid-regexp)) ; Flush random scan lines |
| 1761 | ((looking-at (if (mh-variant-p 'mu-mh) | 1761 | ((looking-at (if (mh-variant-p 'gnu-mh) |
| 1762 | "scan: message set .* does not exist" | 1762 | "scan: message set .* does not exist" |
| 1763 | "scan: bad message list ")) | 1763 | "scan: bad message list ")) |
| 1764 | (keep-lines mh-scan-valid-regexp)) | 1764 | (keep-lines mh-scan-valid-regexp)) |