diff options
author | Stephen Gildea <stepheng+emacs@gildea.com> | 2021-09-14 20:26:42 -0700 |
---|---|---|
committer | Stephen Gildea <stepheng+emacs@gildea.com> | 2021-09-14 20:27:09 -0700 |
commit | b189b6f2564f903cf271a46910ad7a5df9da6918 (patch) | |
tree | a329ae304d611ccc1008613443bd2b63f41f4b24 /lisp/mh-e | |
parent | c83f5e77dbc1614cbb6ae48ebe6961679854fd1b (diff) | |
download | emacs-b189b6f2564f903cf271a46910ad7a5df9da6918.tar.gz emacs-b189b6f2564f903cf271a46910ad7a5df9da6918.tar.bz2 emacs-b189b6f2564f903cf271a46910ad7a5df9da6918.zip |
* lisp/mh-e/mh-e.el: Simplify file commentary for a native package.
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/mh-e.el | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 375072b9d88..52fb11be6fc 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -26,11 +26,8 @@ ;; MH-E is an Emacs interface to the MH mail system. -;; MH-E is supported in GNU Emacs 21 and higher, as well as XEmacs 21 -;; (except for versions 21.5.9-21.5.16). It is compatible with MH -;; versions 6.8.4 and higher, all versions of nmh, and GNU mailutils -;; 1.0 and higher. Gnus is also required; version 5.10 or higher is -;; recommended. +;; MH-E is compatible with MH versions 6.8.4 and higher, all versions +;; of nmh, and GNU mailutils 1.0 and higher. ;; MH (Message Handler) is a powerful mail reader. See ;; https://rand-mh.sourceforge.io/. @@ -49,12 +46,6 @@ ;; (global-set-key "\C-xm" 'mh-smail) ;; (global-set-key "\C-x4m" 'mh-smail-other-window) -;; If Emacs can't find mh-rmail or mh-smail, add the following to ~/.emacs: -;; (require 'mh-autoloads) - -;; If you want to customize MH-E before explicitly loading it, add this: -;; (require 'mh-cus-load) - ;; Mailing Lists: ;; mh-e-users@lists.sourceforge.net ;; mh-e-announce@lists.sourceforge.net |