diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-10-07 17:36:12 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-10-07 17:36:12 +0200 |
commit | b1b2f490c54703648737b2b54a7ee500667fe127 (patch) | |
tree | 1b5125edb260f4205890995a5ba85937d0b7c039 /lisp/mh-e/mh-identity.el | |
parent | 25d4cb7e687cdb9d8fca36961d3bc6d0f3cd66f5 (diff) | |
download | emacs-b1b2f490c54703648737b2b54a7ee500667fe127.tar.gz emacs-b1b2f490c54703648737b2b54a7ee500667fe127.tar.bz2 emacs-b1b2f490c54703648737b2b54a7ee500667fe127.zip |
Fix mh-e compilation warning
* lisp/mh-e/mh-comp.el (mh-compose-and-send-mail): Adjust doc string.
* lisp/mh-e/mh-identity.el (mh-identity-make-menu): Don't call the
obsolete `mh-identity-add-menu' function (that now does nothing).
Diffstat (limited to 'lisp/mh-e/mh-identity.el')
-rw-r--r-- | lisp/mh-e/mh-identity.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-identity.el b/lisp/mh-e/mh-identity.el index 656dc658cc3..cd7f089dc14 100644 --- a/lisp/mh-e/mh-identity.el +++ b/lisp/mh-e/mh-identity.el @@ -54,8 +54,7 @@ This is normally set as part of an Identity in (defun mh-identity-make-menu () "Build the Identity menu. This should be called any time `mh-identity-list' or -`mh-auto-fields-list' change. -See `mh-identity-add-menu'." +`mh-auto-fields-list' change." (easy-menu-define mh-identity-menu mh-letter-mode-map "MH-E identity menu" (append |